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
Performance Comparison between Naïve Bayes, and Decision Tree?
servicenowstar
Member Posts: 3 Learner I
Both the Naïve Bayesian and the decision trees algorithms are classification algorithms. A Naïve Bayesian predictive model serves as a good benchmark for comparison to other models, while the decision trees algorithm is the most intuitive and widely applied algorithm. Which one has the best accuracy?
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @servicenowstar
Performance metrics like accuracy are mostly dependent of type of data your algorithm is trying to learn and predict from. There is no standard like which algorithm does better than other as it mainly depends on the type of data and hyper parameters of an algorithm.
Here is one useful discussion on stack overflow.
https://stackoverflow.com/questions/10317885/decision-tree-vs-naive-bayes-classifier
Hope this helps
Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
8