tree: 3bf5474934e5f8fce21a3597f4c61790df7423ae [path history] [tgz]
  1. .gitignore
  2. __init__.py
  3. app_config.py
  4. appdata.py
  5. batch_import.py
  6. movie_rec_app.py
  7. README.md
examples/obsolete/itemrec/movies/README.md

PredictionIO Python SDK Example

Please execute all commands from repository root.

Step 1. Get sample data and unzip it.

> wget http://www.grouplens.org/system/files/ml-100k.zip
> unzip ml-100k.zip

Step 2. Configurate examples/itemrec/movies/appdata.py

Step 3. Run this app:

> python -m examples.itemrec.movies.movie_rec_app