davidsbatista / text-classification

An example on how to train supervised classifiers for multi-label text classification using sklearn pipelines
http://www.davidsbatista.net/blog/2017/04/01/document_classification/
110 stars 52 forks source link

Queries about number of labels #2

Closed RupeshGoud closed 6 years ago

RupeshGoud commented 6 years ago

Hey, thanks for the great article, Can you please help me by answering below queries? I have tried the same method using on a dataset which contains more than 400 labels and 7000 is the entire size of the dataset, but I'm not able to get the accurate results as you. Can you suggest me a better way when there are more labels? Thanks in advance!!

davidsbatista commented 6 years ago

Depends a lot on the problem I guess, if possible explore hierarchical classification methods