tree: fa9a816c641e24a888f117e74cce836e3dc14e30 [path history] [tgz]
  1. __init__.py
  2. appdata.py
  3. batch_import.py
  4. README.md
examples/demo-movielens/README.md

PredictionIO Python SDK Example - MoveLens

Please execute all commands from repository root.

Step 1. Get sample data and unzip it.

$ curl -o ml-100k.zip http://www.grouplens.org/system/files/ml-100k.zip
$ unzip ml-100k.zip

Step 2. Run this app:

$ python -m examples.demo-movielens.batch_import <app_id> <server_url>