-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Pat Ferrel edited this page Jan 2, 2016
·
1 revision
#action(ML)'s Universal Recommender
The Universal Recommender is built on the PredictionIO machine learning framework, which supplies integration of streaming data with scalable compute, storage, and serving resources.
To install Prediction IO On Linux / Mac OS X, start out with a single command, be sure to choose the HBase + Elasticsearch option:
$ bash -c "$(curl -s https://install.prediction.io/install.sh)"
Install git Mac OS X $ brew install git
Linux Ubuntu (Debian or Mint) $ sudo apt-get install git
or Red Hat flavor (Fedora or Centos) sudo yum install git
$ git config --global user.name "YOUR-NAME"
$ git config --global user.email "YOUR-EMAIL-ADDRESS"
Get the Universal Recommender:
$ cd ~
$ pio-start-all
$ git clone https://github.com/actionml/template-scala-parallel-universal-recommendation.git universal
$ cd universal
$ pio app new handmade
$ ./examples/integration-test
Et voila