PredictionIO vanilla engine template (Scala-based parallelized engine)

Clone this repo:
  1. 7a78e07 Merge pull request #10 from takezoe/mark-override by takako shimamoto · 5 years ago develop
  2. efe245e Mark override methods by Naoki Takezoe · 5 years ago
  3. 8be8aa5 Bump PredictionIO to 0.14.0 (#9) by takako shimamoto · 5 years ago
  4. 7bd827c Bump PredictionIO to 0.13.0 by Naoki Takezoe · 6 years ago v0.13.0
  5. 34a2c39 0.12.0-incubating release by shimamoto · 7 years ago

Skeleton Engine Template

Documentation

Please refer to https://predictionio.apache.org/templates/vanilla/quickstart/

Versions

v0.14.0

Update for Apache PredictionIO 0.14.0

v0.13.0

Update for Apache PredictionIO 0.13.0

v0.12.0-incubating

  • Bump version number to track PredictionIO version
  • Sets default build targets according to PredictionIO

v0.11.0-incubating

  • Bump version number to track PredictionIO version
  • Added basic tests
  • Rename Scala package name
  • Update SBT version

v0.4.0

  • Update for Apache PredictionIO 0.10.0-incubating

v0.3.0

  • update for PredictionIO 0.9.2, including:

    • use new PEventStore API
    • use appName in DataSource parameter

v0.2.0

  • update for PredictionIO 0.9.2

v0.1.1

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

v0.1.0

  • initial version