DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #19
Classification and regression are examples of___________.
The correct answer is A. supervised learning. In classification, our job is to predict what class an instance of data should fall into. Another task in machine learning is regression. Regression is the prediction of a numeric value. Most people have probably seen an example of regression with a best-fit line drawn through…
Question
Classification and regression are examples of___________.
Options
- Asupervised learning
- Bun-supervised learning
- CClustering
- DDensity estimation
How the community answered
(59 responses)- A75% (44)
- B3% (2)
- C7% (4)
- D15% (9)
Explanation
In classification, our job is to predict what class an instance of data should fall into. Another task in machine learning is regression. Regression is the prediction of a numeric value. Most people have probably seen an example of regression with a best-fit line drawn through some data points to generalize the data points. Classification and regression are examples of supervised learning. This set of problems is known as supervised because we're telling the algorithm what to predict.
Topics
Community Discussion
No community discussion yet for this question.