Apple Turi Create Machine Learning Examples. Please refers to the Turi Create documentation for more info.
You will need virtualenv to run this repo.
pip install virtualenv
git clone https://github.com/loretoparisi/apple-turicreate-examples.git
cd apple-turicreate-examples/
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
To run the examples just install, enter the example folder and follow the instructions.
To train a movie database recommender. Apple Tutorial available here
cd recommender/
python train.py