The output is whether a person will vote or not, based on several features. It is an example of multiclass classification.
The output is whether a person will vote or not, based on several features. It is an example of multiclass classification. Correct Answer False
In multiclass classification, the output, y should have more than two values (or classes). In this example, the output can be only yes or no. Hence, it is not an example of multiclass classification.