lovescott / spark-recommender

Alternating Least Squares Music Recommender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Alternating Least Squares Music Recommender


Languages

Language:Scala 100.0%