#multiclass text classification with python
2 messages · Page 1 of 1 (latest)
You can start with BoW and move to more sophisticated methods if needed: https://scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
2 messages · Page 1 of 1 (latest)
can I get directed to material for text classification please, I want to implement this in a web app using flask any info is appreciated. I will have around 250 different tags. Any good tutorial or info on how to get this ready for production too. I want to save the model to make single predictions in the future, thank you
You can start with BoW and move to more sophisticated methods if needed: https://scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html