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

Problem with naive bayes(not the kernel ones)

johnny5550822johnny5550822 Member Posts: 12 Contributor II
edited November 2018 in Help
I have a set of continuous features. I suppose to use the kernel naive bayes because the features are continuous. However, I use the non-kernel naive bayes, and still give me some predict result. How does the non-kernel naive bayes handle the continuous features? (Does it assume each feature to have a normal distribution)??

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    The naive bayes in Rapidminer is assuming a normal distribution for numerical features
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • johnny5550822johnny5550822 Member Posts: 12 Contributor II
    Great, this is for the non-kernel one naive bayes, right? For the kernel ones, it will determine it, right?
Sign In or Register to comment.