Skip to content

izzyx6/Sentiment-Analysis-Google-Play-Store-Review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Play-Store-Review

The project is a simple sentiment analysis using NLP. The project in written in python it shows how to do text preprocessing (removing of bad words, stop words, lemmatization, tokenization). It further shows how to save a trained model, and use the model in a real life suitation. The machine learning model used here is Logistic Regression which is used to build the model. Various performance evaluation techniques are used, and they include confusion matrix, and Sk learn classification report which give the accuracy, percision, recall and f1- score preformance of the model.

The target values been classified are positive, negative and neutral review.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published