Created
June 24, 2016 14:45
-
-
Save danared/a92093f96ff707493e321844374ae934 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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