Skip to content

Instantly share code, notes, and snippets.

@danared
Created June 24, 2016 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danared/a92093f96ff707493e321844374ae934 to your computer and use it in GitHub Desktop.
Save danared/a92093f96ff707493e321844374ae934 to your computer and use it in GitHub Desktop.
// Create the ALS instance and map the movie data
val als = new ALS()
.setCheckpointInterval(2)
.setUserCol("user_id")
.setItemCol("movie_id")
.setRatingCol("rating")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment