项目作者: przdev

项目描述 :
App rating prediction by review,app version code. Data set based on Android (playstore)
高级语言: Jupyter Notebook
项目地址: git://github.com/przdev/App-Rating-Prediction-By-Review-ML.git


Application Rating Prediction by Reviews

  1. Root
  2. |__ predictions.csv
  3. |__ src
  4. |__ main.ipynb
  5. |__ data
  6. |__ sample_submission (3) (1) (3).csv
  7. |__ test (3) (1) (3).csv
  8. |__ train (3) (1) (3).csv
  9. |__ requirements.txt
  10. |__ README.md
  • Train and Test dataset are in data folder

Build On

  • Ubuntu 18.04
  • Python 3.7.3
  • Jupyter notebook server is: 5.7.8

Installation

  1. pip install -r requirements.txt

Open Jupyter notebook from src folder and run all cell

  1. cd src
  2. jupyter notebook

If you not have than follow instruction from link