Please refer to http://predictionio.incubator.apache.org/templates/recommendation/quickstart/.
- Bump version number to track PredictionIO version
- Rename Scala package name
- Update SBT version
- Fix typo
- Compatible with Apache PredictionIO 0.10.0-incubating
- Fix incorrect top items in batchPredict() (issue #5)
- Add Evaluation module and modify DataSource for it
-
update for PredictionIO 0.9.2, including:
- use new PEventStore API
- use appName in DataSource parameter
- update build.sbt and template.json for PredictionIO 0.9.2
- update for PredictionIO 0.9.0
- Persist RDD to memory (.cache()) in DataSource for better performance and quick fix for new user/item ID BiMap error issue.
- initial version
- known issue:
- If importing new events of new users/itesm during training, the new user/item id can't be found in the BiMap.