Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

PredictionIO Recommendation Engine Template (Scala-based parallelized engine)

License

Notifications You must be signed in to change notification settings

apache/predictionio-template-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Recommendation Template

Documentation

Please refer to https://predictionio.apache.org/templates/recommendation/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
  • Add checkpoint parameters
  • Fix warnings and use of case class

v0.11.0-incubating

  • Bump version number to track PredictionIO version
  • Rename Scala package name
  • Update SBT version
  • Fix typo

v0.4.0

  • Compatible with Apache PredictionIO 0.10.0-incubating

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.

About

PredictionIO Recommendation Engine Template (Scala-based parallelized engine)

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published