Relation
Classifier Chains
The core idea of Classifier Chains is to decompose the multi-label classification problem and convert it into the form of a binary classifier chain. The construction of the binary classifier after the chain is based on the prediction results of the previous classifier; When constructing the model, the label order is first shuffled and sorted, and then the model corresponding to each label is constructed from beginning to end.
Advantage: Considering the dependency between tags, the pan-China capability of the final model is better than the model built by Binary Relevance.
Shortcoming: It is difficult to find a more appropriate dependency between tags.
0
1
Updated 2021-09-25
Tags
Data Science