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

https://github.com/andreaschandra/google-play-project

Google play review sentiment analysis
https://github.com/andreaschandra/google-play-project

Last synced: about 1 year ago
JSON representation

Google play review sentiment analysis

Awesome Lists containing this project

README

          

# google-play-project
Google play review sentiment analysis1.

## Installation
```
pip install -r requirements.txt
```

## Notebooks
How to run the experiment
```
*run sequentially*
baseline.ipynb
```

### Experiments
This experiment used SVM as a aclassifier

No|Model|Accuracy|Recall|Precision|F Score
---|---|---|---|---|---
1|SVM|91%|96%|93%|95