commit | 10f4e329d5f650cde1aa940b509a752e025057fa | [log] [tgz] |
---|---|---|
author | Naoki Takezoe <takezoe@apache.org> | Thu Sep 20 19:22:55 2018 +0900 |
committer | shimamoto <shimamoto@apache.org> | Thu Sep 20 19:22:55 2018 +0900 |
tree | 894735a892bb2a4b90707b68e8ea7dd446502c6d | |
parent | 7bb4aa2160711b0f22b3b515f98cda85e4621f63 [diff] |
Bump PredictionIO to 0.13.0 Closes #14
Please refer to https://predictionio.apache.org/templates/classification/quickstart/
Update for Apache PredictionIO 0.13.0
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