You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pat Ferrel edited this page Jan 2, 2016
·
1 revision
#action(ML)'s Universal Recommender
5-minute Install
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:
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
$ 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