DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #132
In which of the following scenario we can use Naive Bayes theorem for classification
The correct answer is A. Classify whether a given person is a male or a female based on the measured features. The features B. To classify whether an email is spam or not spam C. To identify whether a fruit is an orange or not based on features like diameter, color and shape. Naive Bayes classifiers have worked quite well in many real-world situations, famously document classification and spam filtering. They requires a small amount of training data to estimate the necessary parameters
Question
In which of the following scenario we can use Naive Bayes theorem for classification
Options
- AClassify whether a given person is a male or a female based on the measured features. The features
- BTo classify whether an email is spam or not spam
- CTo identify whether a fruit is an orange or not based on features like diameter, color and shape
How the community answered
(34 responses)- A100% (34)
Explanation
Naive Bayes classifiers have worked quite well in many real-world situations, famously document classification and spam filtering. They requires a small amount of training data to estimate the necessary parameters
Topics
Community Discussion
No community discussion yet for this question.