Skip to content

lovescott/spark-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alternating Least Squares Music Recommender

Table of Contents

Installation

This ALS example makes use of the AudioScrobbler dataset that can be downloaded here

The spark application is setup to run local and assumes that the needed files are in a directory name 'data' in the root of the project.

Clone and build with SBT:

git clone https://github.com/lovescott/spark-recommender.git
cd spark-recommender/
sbt package
spark-submit --class me.scottlove.spark.MusicRecommender --master local target/scala-2.11/spark-recommender_2.11-1.0.jar

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

Releases

No releases published

Packages

No packages published

Languages