Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 2.7 KB

README.md

File metadata and controls

24 lines (15 loc) · 2.7 KB

Hi 👋, I'm Nabiul Farhan Nabil

A Computer Science student who is passionate about Data Science

  • 🔭 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

Connect with me:

nabiul farhan nabil

Languages and Tools:

c git mysql pandas photoshop python scikit_learn seaborn

Decision Tree

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.