This repository contains code for performing sentiment analysis using scikit-learn and logistic regression.
- Amanatullah Pandu Zenklinov
This project is based on the Coursera course: Perform Sentiment Analysis with scikit-learn.
sentiment_movie_reviews.ipynb
: Jupyter Notebook containing the code for sentiment analysis.movie_data_csv.rar
: Compressed file containing the movie data CSV file.LICENSE
: Apache-2.0 license file.
- Download the repository.
- Extract the
movie_data.csv
file frommovie_data_csv.rar
. - Open and run the
sentiment_movie_reviews.ipynb
notebook to perform sentiment analysis.
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.