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
- Host: GitHub
- URL: https://github.com/andreaschandra/google-play-project
- Owner: andreaschandra
- License: mit
- Created: 2021-08-13T13:22:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T14:06:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T09:49:26.160Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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