Multi Label Classification problem to identify different emotions a text is associated with on Twitter data.
Steps in the project:
-
Data is scraped from twitter by one of my team members.
-
Preprocess the data and generate feature matrix using NLP features. [File Name: preprocess.py]
-
Built the Multi Label Classification Model. [File Name: multilabel_classification.py]