The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

naive bayes weights

k_vishnu772k_vishnu772 Member Posts: 34 Learner III
edited August 2020 in Help

Hi All 

 

I am using naive bayes alogirthm for my classification problem.I would like to know the most influential parameters in my input features.Could you please help me how to extract the weights from naive bayes.

 

 

Regard,

Vishnu

Best Answer

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Solution Accepted

    It would be the difference between "valid" and "not valid" (which I assume are your two classes).  Note that your model input attributes should be normalized first in order to make this comparison if they are numerical.

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts

Answers

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn

    In the NB model output, there is a distribution table with the values for your classes.  Take the difference of those classes, and the ones with the largest difference generally have the highest weights.

    You can also use the new "Explain Predictions" operator to explore more specifically the significant factors for individual cases and get a sense of model sensitivity.  That operator has a tutorial process available to understand how to use it.

    If you have access to Auto Model, that also has a dynamic interface for exploring model factors.

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
  • k_vishnu772k_vishnu772 Member Posts: 34 Learner III

    @Telcontar120  it is binary classification problem.For each categorical variables values i got some numbers as you can see in the attached screen shot. which values i neet to use for calculation?

  • k_vishnu772k_vishnu772 Member Posts: 34 Learner III

    @Telcontar120  it is binary classification problem.For each categorical variables values i got some numbers as you can see in the attached screen shot. which values i need to use for calculation?

Sign In or Register to comment.