nerdexam
Databricks

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…

Supervised Learning

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)
  • A
    3% (1)
  • B
    3% (1)
  • C
    10% (3)
  • D
    84% (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

#regression#supervised learning#target variable#continuous prediction

Community Discussion

No community discussion yet for this question.

Full DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST Practice