I have used sentiment analysis on 4 different datasets that focus on its tweets, ratings or reviews. These are :
- Twitter Dataset
- Chat Dataset
- Drugs review dataset
Three types of sentiment are covered - Positive, Negative and Neutral.
- Logistic Regression
- Multiclass LR
- One vs Rest LR
- Naive Bayes (Gaussian and Multinomial)
- SVM with linear or rbf kernels
- https://www.kaggle.com/datasets/abhi8923shriv/sentiment-analysis-dataset
- https://www.kaggle.com/datasets/kazanova/sentiment140
- https://www.kaggle.com/datasets/nursyahrina/chat-sentiment-dataset
- https://www.kaggle.com/datasets/mohamedabdelwahabali/drugreview
- Twitter model: https://colab.research.google.com/drive/1-IA0xgwLEJ1JcgpTRtjcTftv83ZggA-t?usp=sharing
- Twitter model 2: https://colab.research.google.com/drive/1H--X9_GQy2D-59URXNHzCCQ7OJBsIqpX?usp=sharing
- Chat model: https://colab.research.google.com/drive/1ndrjVt2CIc77pVsHQ1wa5hSrYTwkx8mC?usp=sharing
- Drug review model: https://colab.research.google.com/drive/1hWVuJFKAOkGlYLWJR4KrdpVoS9Zkbr-i?usp=sharing