Question 6
Your task to design a model that can predict label of an article, in order to help an online news website. The labels could be “political”, “sports” and “international”.
Following is the label matrix for random 3 articles:
What type of classification problem is this?
Binary class, single label classification.
Binary class, multi label classification.
Multi class, multi label classification.
Multi class, single label classification.