Courses
Labs
Quizzes
Blog
Academy
Home
Supervised Machine Learning
5. Multiclass Classification
Q1
5. Multiclass Classification
Question 1 of 10
What is a multiclass classifier?
Choose the correct answer from the options below.
A model that predicts a numeric value
A model that predicts a yes/no value
A model that predicts one out of 3 or more categories
A model that predicts how a value will change over time
Please select at least one answer!
Congratulations, that is the correct answer!
Show Explanation
I'm sorry, but your answer is not correct.
Explanations for each answer:
A model that predicts a numeric value
is
incorrect
. These models are called regression models.
A model that predicts a yes/no value
is
incorrect
. These models are called binary classification models.
A model that predicts one out of 3 or more categories
is
correct
.
A model that predicts how a value will change over time
is
incorrect
. These models are called time series models.
Check out my video lesson to learn more about multiclass classification.:
Learn about binary classification
Submit Answer
Next Question