Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zenklinov/regression_logistic_-_sentiment_analysis_movie_data

This repository contains code for performing sentiment analysis using scikit-learn and logistic regression
https://github.com/zenklinov/regression_logistic_-_sentiment_analysis_movie_data

natural-language-processing nlp nltk scikit-learn sentiment-analysis

Last synced: 2 days ago
JSON representation

This repository contains code for performing sentiment analysis using scikit-learn and logistic regression

Awesome Lists containing this project

README

        

# Sentiment Analysis with Scikit-Learn

This repository contains code for performing sentiment analysis using scikit-learn and logistic regression.

## Contributors
- Amanatullah Pandu Zenklinov

## Source Project
This project is based on the Coursera course: [Perform Sentiment Analysis with scikit-learn](https://www.coursera.org/learn/scikit-learn-logistic-regression-sentiment-analysis/home/welcome).

## Files
- `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.

## Usage
1. Download the repository.
2. Extract the `movie_data.csv` file from `movie_data_csv.rar`.
3. Open and run the `sentiment_movie_reviews.ipynb` notebook to perform sentiment analysis.

## License
This project is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file for details.