Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 667 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 667 Bytes

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)