Sentiment analysis on text data using NLP techniques and machine learning.
- Cleans and vectorizes text (TF-IDF / CountVectorizer)
- Trains classifiers (Logistic Regression / Naive Bayes / others)
- Evaluates accuracy with a confusion matrix & classification report
jupyter notebook- Python Β· scikit-learn Β· Pandas
MIT