Text Classification and ML Model Interpretation with ELi5,Sklearn and SpaCy
In this tutorial we will see how to classify text/document using machine learning and then move on to interpret our classification model with Eli5. This is the workflow we will be using in this project. Text Preprocessing We will be using spacy and basic python to preprocess our documents to get a clean dataset We …
Text Classification and ML Model Interpretation with ELi5,Sklearn and SpaCy Read More »