The first step to create a new engine is to browse PredictionIO template gallery where you could find Engine Templates for all kinds of machine learning tasks. Choose an engine template that matches your use case the best. You can further customize the engine later if you like.

To download a template, run:

1
$ pio template get <template-repo-path> <your-new-engine-directory>

You will find the <template-repo-path> of the chosen the template in the PredictionIO template gallery.

pio is a command available in the bin/ of the installed PredictionIO directory. You may add the installed Prediction's bin/ directory path to you environment PATH.

Please browse the PredictionIO template gallery to choose an engine template.