v0.3.2 release
Merge branch 'develop'
tree: 65ef789f44e5c8ca7bc69932825d86c6d948bfaf
  1. data/
  2. project/
  3. src/
  4. .gitignore
  5. build.sbt
  6. engine.json
  7. README.md
  8. template.json
README.md

Recommendation Template

Documentation

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

Versions

develop

v0.3.2

  • Fix incorrect top items in batchPredict() (issue #5)

v0.3.1

  • Add Evaluation module and modify DataSource for it

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.