-
🔭 I’m currently working on Decision Tree on Tweet data
-
🌱 I’m currently learning Python, SQL, MySQL
-
💬 Ask me about Machine Learning, AI, NLP
-
📫 How to reach me nabilrajp@gmail.com
In this project I have taken the sentiment140 dataset. It contains 1,600,000 tweets extracted using the twitter api. The tweets have been labeled (0 = negative, 4 = positive). Here I have shown tokenization, vectorization on tweets. Here I have applied Decision Tree on twitter dataset.