This repository was stored some code in ipynb files. The ipynb contain a code for classifying sentiment analysis for twiiter data.
The Feature extraction that are used in ipynb:
- TF-IDF Vectorizer
- Countvectorizer
- Hashing Vectorizer
- Bigram Vectorizer
The classifier that are used in ipynb:
- Logistic Regression
- Multinomial Naive Bayes
The pdf was a documentation of implementation sentiment analysis for twitter data using Spark with pyspark2.