DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #114
Spam filtering of the emails is an example of
The correct answer is A. Supervised learning. Clustering is an example of unsupervised learning. The clustering algorithm finds groups within the data without being told what to look for upfront. This contrasts with classification, an example of supervised machine learning, which is the process of determining to which…
Question
Spam filtering of the emails is an example of
Options
- ASupervised learning
- BUnsupervised learning
- CClustering
- D1 and 3 are correct
- E2 and 3 are correct
How the community answered
(42 responses)- A74% (31)
- B14% (6)
- C7% (3)
- D2% (1)
- E2% (1)
Explanation
Clustering is an example of unsupervised learning. The clustering algorithm finds groups within the data without being told what to look for upfront. This contrasts with classification, an example of supervised machine learning, which is the process of determining to which class an observation belongs. A common application of classification is spam filtering. With spam filtering we use labeled data to train the classifier: e-mails marked as spam or ham.
Topics
Community Discussion
No community discussion yet for this question.