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

https://github.com/g-eoj/kaggle-rotten-tomatoes

Movie review sentiment analysis with the Stanford parsed Rotten Tomatoes dataset.
https://github.com/g-eoj/kaggle-rotten-tomatoes

cross-validation nlp nltk rotten-tomatoes scikit-learn

Last synced: 22 days ago
JSON representation

Movie review sentiment analysis with the Stanford parsed Rotten Tomatoes dataset.

Awesome Lists containing this project

README

          

# kaggle Movie Review Sentiment Analysis (Kernels Only)

https://www.kaggle.com/c/movie-review-sentiment-analysis-kernels-only

Movie review sentiment analysis with the Stanford parsed Rotten Tomatoes dataset.

- `cross-validation-considerations.ipynb` compares stratified k-fold and group k-fold, and trains a logistic regression model using tf-idf for features.