In this project, given Twitter US Airline Sentiment Dataset, which contains data for over 14000 tweets, we have to predict the sentiment of the tweet i.e. positive, negative or neutral.
The folder contains the Jupyter Notebook File for the project along with the csv files containing the predictions of the testing data
The different Machine Learning Models used for making predictions are :
- Descision Tree
- Logistic Regression
- Multinomial Naive Bayes
- Random Forest
- Support Vector Machine (SVM)
The predicted values are tested on Coding Ninjas website and the actual values for the testing data are not present.