avinashkranjan / Amazing-Python-Scripts

🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
https://amazing-python-scripts.avinashranjan.com
MIT License
2.74k stars 1.07k forks source link

[Script]: Covid 19 Tweets Sentiment Analysis using NLP #2851

Closed smty2018 closed 1 year ago

smty2018 commented 1 year ago

Aim

a text classification model using a pipeline with a TF-IDF vectorizer(NLP) and a Linear Support Vector Classifier (LinearSVC).

Details

The dataset : tweets about COVID-19, and the goal is to classify the sentiment of the tweets.

Record

smty2018 commented 1 year ago

/assign