The output is whether a person will surely vote or surely not vote or may cast a vote, based on one feature. It is an example of multiclass classification.
The output is whether a person will surely vote or surely not vote or may cast a vote, based on one feature. It is an example of multiclass classification. Correct Answer True
In multiclass classification, the output, y should have more than two values (or classes). Here, there are three classes – i) surely vote, ii) surely not vote, and iii) may cast a vote. Thus, it is an example of multiclass classification.