Question #2
Reading: Reading 3 Machine Learning
PDF File: Reading 3 Machine Learning.pdf
Page: 1
Status: Unattempted
Correct Answer: B
Part of Context Group: Q2-5
First in Group
Shared Context
Question
Tan is interested in using a supervised learning algorithm to analyze stocks. This task is least likely to be a classification problem if the target variable is:
Answer Choices:
A. continuous
B. ordinal
C. categorical
Explanation
Supervised learning can be divided into two categories: regression and classification. If the
target variable is categorical or ordinal (e.g., determining a firm's rating), then it is a
classification problem. If the target variable to be predicted is continuous, then the task is
one of regression.