Skip to content

Simple experiments with Mahout and recommendation scoring

Notifications You must be signed in to change notification settings

fazland/DataScorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataScorer

This small project is about recommendations. [Apache Mahout] (http://mahout.apache.org/) is a tool used to create scalable machine learning applications. Recommendations belongs to the field of machine learning. In this case we use a very simple example.

There's a [CSV file] (https://github.com/fazland/DataScorer/blob/master/input.csv) inside the project wich represent user's choice for a particular set of products.

Column 1 is for USER_ID Column 2 is for PRODUCT_ID Column 3 is for how user has rated the product (range 0-5)

About

Simple experiments with Mahout and recommendation scoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages