DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #17
Which of the following is a correct example of the target variable in regression (supervised learning)?
The correct answer is D. All of the above. We address two cases of the target variable. The first case occurs when the target variable can take only nominal values: true or false; reptile, fish: mammal, amphibian, plant, fungi. The second case of classification occurs when the target variable can take an infinite number…
Question
Which of the following is a correct example of the target variable in regression (supervised learning)?
Options
- ANominal values like true, false
- BReptile, fish, mammal, amphibian, plant, fungi
- CInfinite number of numeric values, such as 0.100, 42.001, 1000.743..
- DAll of the above
How the community answered
(31 responses)- A3% (1)
- B3% (1)
- C10% (3)
- D84% (26)
Explanation
We address two cases of the target variable. The first case occurs when the target variable can take only nominal values: true or false; reptile, fish: mammal, amphibian, plant, fungi. The second case of classification occurs when the target variable can take an infinite number of numeric values, such as 0.100, 42.001, 1000.743, .... This case is called regression.
Topics
Community Discussion
No community discussion yet for this question.