PredictionIO commands cheat sheet
summarize the PredictionIO commands we have used in this chapter and the previous one for a quick reference:
Prediction Engine Command | Description |
| This creates a new predictionIO application |
| This runs an Event Server if using MYSQL or PostgreSQL |
| This starts PredictionIO Event Server; HBase; and ElasticSearch, if using HBASE and ElasticSearch |
| This lists all of the apps created in its corresponding ID and Access Key |
| This builds an engine |
| This trains the engine |
| This deploys the engine |
GitHub references
The following are the GitHub links to download the full code snippets used in this chapter:
Application Title | GitHub link |
Event Server Application | |
Machine Learning Template Engine For Similar Products | |
Lightning components and apex code |