| PredictionIO Python SDK Example - MovieLens | |
| ========================================== | |
| Please execute all commands from repository root. | |
| Step 1. Get sample data and unzip it. | |
| ``` | |
| $ curl -o ml-100k.zip http://files.grouplens.org/datasets/movielens/ml-100k.zip | |
| $ unzip ml-100k.zip | |
| ``` | |
| Step 2. Run this app: | |
| ``` | |
| $ python -m examples.demo-movielens.batch_import <access_key> <server_url> | |
| ``` | |