Changes between Version 1 and Version 2 of CourseRecommendersPio
- Timestamp:
- 01/27/18 06:26:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CourseRecommendersPio
v1 v2 3 3 === PredictionIO 4 4 5 For a trial follow exactly the process for source based install described at the official documentation page. 5 For a trial follow exactly the process for source based install described at the official documentation page. 6 6 7 https://predictionio.apache.org/install/install-sourcecode/ 8 9 {{{ 10 # this is necessary if running sbt producess error message 11 # NumberFormatException 0x100 12 export TERM=xterm-color 13 }}} 7 14 8 15 === Test Applications 9 16 10 17 Based on the Universal Recommender template at: 18 11 19 https://github.com/apache/incubator-predictionio-template-recommender.git 12 20 … … 15 23 Each application is run at a separate http port. 16 24 25 {{{ 26 pio build 27 pio train 28 pio deploy --port=PORT 29 }}}