In this section, we will cover how to install PredictionIO on your machine. The instructions are for macOS/LINUX, and PredictionIO recommends a minimum of 2 GB memory if you are running on a single server. PredictionIO runs on JVM (Java Virtual Machine). Moreover, it's assumed that you have set up the Java SE Development Kit 7.
Installation of PredictionIO
Prerequisites
In this section, we will cover some of the software that we need to follow the command line instructions in the chapter:
- Install Homebrew from here (https://brew.sh/). Homebrew is a package manager for Mac that helps install open source software easily on your Mac Operating System.
- Install wget using Homebrew. The wget command is a free utility that helps...