This project is a Kaggle competition for MLP Project.
Competition link: https://www.kaggle.com/competitions/sentiment-prediction-on-movie-reviews/
Team: 21f2001569
Rank: 130/977
In the dataset, each record represents a movie-review pair with movie title, description, genres, duration, director, actors, users' ratings, review text, reviewer name, etc. The task is to build an ML model to predict sentiment of the review text.
Allowed libraries:
- Scikit-learn
- XGBoost
- Imblearn
- NumPy
- Pandas
- SciPy
- Pickle
- regex
- Seaborn
- Matplotlib
- Lightgbm