spacy multi label classification help
I would like to create a multilabel text classification algorithm using SpaCy text multi label. I am unable to understand the following questions:
- How to convert the training data to SpaCy format i.e I have 8 categories
- After converting, how do we use that to train custom categories and apply different models
Topic spacy multiclass-classification deep-learning nlp
Category Data Science