Skip to content

Template engine used in PredictionIO for recommendations. This engine is based on the Similar Product template but is modified for like events. (Same as in Tapster tutorial: https://docs.prediction.io/demo/tapster/)

Notifications You must be signed in to change notification settings

haiquangtran/Item-Based-CF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Similar Product Template

This engine uses a Similar Product template identical to the one in the tapster demo. Instead, of view events it is modified to use like events.

Please refer to tapster tutorial: https://docs.prediction.io/demo/tapster/
Please refer to Similar Product Engine: https://docs.prediction.io/templates/similarproduct/quickstart/

Requirements

Predictionio 0.9.2

Instructions

change appName in engine.json to the name of your app in predictionIO. Make sure you send data to the eventserver containing item data, user data, and like events.

start predictionio: pio-start-all
build the engine: pio build --verbose
train the engine: pio train
deploy the engine: pio deploy

About

Template engine used in PredictionIO for recommendations. This engine is based on the Similar Product template but is modified for like events. (Same as in Tapster tutorial: https://docs.prediction.io/demo/tapster/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published