Text Classification: All Tips and Tricks from 5 Kaggle Competitions
This article was originally posted by Shahul ES on Neptune blog
In this article, I will discuss some great tips and tricks to improve the performance of your text classification model. These tricks are obtained from solutions of some of Kaggle’s to...
https
Reslan Tinawi
Machine Learning Enthusiast
Great resources! I actually wrote a blog post about the steps of creating a text classification model in
sklearn, and explained some predictions using Lime library. Here's the post: Text Classification with Python (and some AI Explainability!)