Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 354 Bytes

File metadata and controls

10 lines (9 loc) · 354 Bytes

Text_Classification_NLP

Build a Basic ML Model for Text Classification To make things interesting, the task is to build a machine learning model to classify whether a particular tweet is hate speech or not. Table of Contents 1)About the Dataset 2)Text Cleaning 3)Feature Engineering 4)Train an ML model for Text Classification 5)Evaluate the ML model