Recommendation Template

Documentation

Please refer to http://docs.prediction.io/templates/recommendation/quickstart/

Versions

develop

v0.3.0

  • update for PredictionIO 0.9.2, including:

    • use new PEventStore API
    • use appName in DataSource parameter

v0.2.0

  • update build.sbt and template.json for PredictionIO 0.9.2

v0.1.2

  • update for PredictionIO 0.9.0

v0.1.1

  • Persist RDD to memory (.cache()) in DataSource for better performance and quick fix for new user/item ID BiMap error issue.

v0.1.0

  • 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.