Skip to content

maldy/movielens_rec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieLens Recommender

Experimenting with Mahout Recommender classes. This implements a user-similarity recommender for a portion of the MovieLens (1M) dataset.

  • copy to mahout home dir
  • add the module to mahout root pom.xml
  • adjust this pom.xml file to reflect the version of mahout used (this one is written on the 0.8 dev branch)

To compile and run: mvn compile mvn exec:java -Dexec.mainClass="com.maldyapps.MovielensRecommender"

About

An exercise in building recommendation engines with Mahout Taste

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages