You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Multi Label Text Classification with implemented with python and ML. I first cleaned and pre-processed the texts, and then created a pipeline, which contained TfidfVectorizer. I used Multinomial Naive Bayes and Logistic Regression classifier. LR gave the best accuracy, averaging around 96%. This is a Kaggle competition problem.