Is it better to have one model with more categories or less with two for multi-label classification?
For classifying text into three classes question, complain and complements where each sample can have multi-labels (question and complains, question and complements):
- is it better to have one model for all three targets?
- or two models, the first for (question or not) and the second one for (complains, complements or else)?
which approach is better when the data are labeled, unlabeled and unbalanced?