All Projects → apache → predictionio-template-recommender

apache / predictionio-template-recommender

Licence: Apache-2.0 license
PredictionIO Recommendation Engine Template (Scala-based parallelized engine)

Programming Languages

scala
5932 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to predictionio-template-recommender

predictionio-template-ecom-recommender
PredictionIO E-Commerce Recommendation Engine Template (Scala-based parallelized engine)
Stars: ✭ 73 (-8.75%)
Mutual labels:  big-data, predictionio
predictionio-sdk-java
PredictionIO Java SDK
Stars: ✭ 107 (+33.75%)
Mutual labels:  big-data, predictionio
predictionio-sdk-ruby
PredictionIO Ruby SDK
Stars: ✭ 192 (+140%)
Mutual labels:  big-data, predictionio
predictionio-template-java-ecom-recommender
PredictionIO E-Commerce Recommendation Engine Template (Java-based parallelized engine)
Stars: ✭ 36 (-55%)
Mutual labels:  big-data, predictionio
predictionio-template-similar-product
PredictionIO Similar Product Engine Template (Scala-based parallelized engine)
Stars: ✭ 50 (-37.5%)
Mutual labels:  big-data, predictionio
predictionio
PredictionIO, a machine learning server for developers and ML engineers.
Stars: ✭ 12,510 (+15537.5%)
Mutual labels:  big-data, predictionio
predictionio-sdk-python
PredictionIO Python SDK
Stars: ✭ 199 (+148.75%)
Mutual labels:  big-data, predictionio
predictionio-sdk-php
PredictionIO PHP SDK
Stars: ✭ 269 (+236.25%)
Mutual labels:  big-data, predictionio
predictionio-template-attribute-based-classifier
PredictionIO Classification Engine Template (Scala-based parallelized engine)
Stars: ✭ 38 (-52.5%)
Mutual labels:  big-data, predictionio
Attic Predictionio
PredictionIO, a machine learning server for developers and ML engineers.
Stars: ✭ 12,522 (+15552.5%)
Mutual labels:  big-data, predictionio
Awkward 0.x
Manipulate arrays of complex data structures as easily as Numpy.
Stars: ✭ 216 (+170%)
Mutual labels:  big-data
Gimel
Big Data Processing Framework - Unified Data API or SQL on Any Storage
Stars: ✭ 216 (+170%)
Mutual labels:  big-data
Trafodion
Apache Trafodion
Stars: ✭ 242 (+202.5%)
Mutual labels:  big-data
Cboard
An easy to use, self-service open BI reporting and BI dashboard platform.
Stars: ✭ 2,795 (+3393.75%)
Mutual labels:  big-data
Sparkrdma
RDMA accelerated, high-performance, scalable and efficient ShuffleManager plugin for Apache Spark
Stars: ✭ 215 (+168.75%)
Mutual labels:  big-data
Kafka Ui
Open-Source Web GUI for Apache Kafka Management
Stars: ✭ 230 (+187.5%)
Mutual labels:  big-data
Helicalinsight
Helical Insight software is world’s first Open Source Business Intelligence framework which helps you to make sense out of your data and make well informed decisions.
Stars: ✭ 214 (+167.5%)
Mutual labels:  big-data
Calcite
Apache Calcite
Stars: ✭ 2,816 (+3420%)
Mutual labels:  big-data
Attic Predictionio Sdk Python
PredictionIO Python SDK
Stars: ✭ 196 (+145%)
Mutual labels:  big-data
Koalas
Koalas: pandas API on Apache Spark
Stars: ✭ 3,044 (+3705%)
Mutual labels:  big-data

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].