Quiz Yourself on Supervised Learning
Test your knowledge of supervised learning tasks available in ML.NET.
Quiz
1
What is the difference between the ML.NET commands executed for binary classification and multiclass classification?
A)
Binary classification requires the --binary
parameter to be set to true
, while multiclass classification has it set to false
.
B)
Binary classification requires the --multiclass
parameter to be set to false
, while multiclass classification has it set to true
.
C)
The command is identical and the classification type is determined by the number of distinct label values.
D)
The command is identical, but for binary classification, the label values must be integers of either 1
or 0
.
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.