Please refer to https://predictionio.apache.org/templates/recommendation/quickstart/.
Update for Apache PredictionIO 0.14.0
Update for Apache PredictionIO 0.13.0
- Bump version number to track PredictionIO version
- Sets default build targets according to PredictionIO
- Add checkpoint parameters
- Fix warnings and use of case class
- 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.