- Using Arabic Sentiment Twitter Corpus dataset
- Algorithms -> Naive Bayes | Passive Aggressive Classifier | Logistic Regression
- Dataset Link -> https://www.kaggle.com/datasets/mksaad/arabic-sentiment-twitter-corpus?resource=download
- Load positive and negative dataset
- preprocessing both dataset
- Features Extraction from tweets text with TFIDF unigram
- Trainig models
- use Logistic Regression Algorithm to predict
- numpy
- pandas
- sklearn
- nltk