commit | 569deb09114b0cd6f2fe32936b171ab92f9cc614 | [log] [tgz] |
---|---|---|
author | Naoki Takezoe <takezoe@apache.org> | Thu Oct 12 10:59:14 2017 +0900 |
committer | Naoki Takezoe <takezoe@apache.org> | Thu Oct 12 10:59:14 2017 +0900 |
tree | 97daba4f49c6c3427c9f03be3bba00792ffb3f56 | |
parent | bfe284ad47145466569fe5794210cbbafb00fe7e [diff] | |
parent | 7bb4aa2160711b0f22b3b515f98cda85e4621f63 [diff] |
Merge branch 'develop'
Please refer to http://predictionio.incubator.apache.org/templates/classification/quickstart/
Update for Apache PredictionIO 0.10.0-incubating
Change query format from { features: [2, 0, 0] }
to { "attr0":2, "attr1":0, "attr2":0 }
Query class, DataSource readEval(), and algorithm's predict() is updated accordingly.
update for PredictionIO 0.9.2, including:
NOTE: Require PredictionIO >= 0.9.1