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 Operator
Hi
Hope you are all well.
I need to report the methods for my prediction model.
I used naive bayes operator and I just read that the naive bayes algorithm can be trained by maximum likelyhood.
Does anyone know if this occurs in the naive bayes operator or not?
Best
0
Best Answer
-
yyhuang Administrator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 364 RM Data ScientistHi @norita,
The numeric parameters of the probability distribution in Naive Bayes model are estimated by maximum likelihood. It is detailed in this GitHub page. The theoretical background is nicely explained in The Naive Bayes Model, Maximum-Likelihood Estimation, and the EM Algorithm paper by Michael Collins.
Hope it helps.
YY1
Answers