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

https://github.com/shankytiwari/nlp-sentiment-analysis-in-python

Creating a sentiment analysis machine learning model in python
https://github.com/shankytiwari/nlp-sentiment-analysis-in-python

nlp nlp-machine-learning sentiment-analysis sentiment-classification sentiment-classifier

Last synced: 6 months ago
JSON representation

Creating a sentiment analysis machine learning model in python

Awesome Lists containing this project

README

          

# NLP sentiment analysis in python

This script will demonstrate how to create a machine learning model which will predict if the new incoming customer review is positive or negative. For this article, we will use amazon’s food review dataset available at [kaggle](https://www.kaggle.com/snap/amazon-fine-food-reviews).

[For complete tutorial and source code explanation, read the blog post](http://www.codershood.info/2019/03/16/nlp-sentiment-analysis-in-python/)