org.apache.spark.examples.mllib
An example app for ALS on MovieLens data (http://grouplens.org/datasets/movielens/). Run with
bin/run-example org.apache.spark.examples.mllib.MovieLensALS
A synthetic dataset in MovieLens format can be found at data/mllib/sample_movielens_data.txt. If you use it as a template to create your own app, please use spark-submit to submit your app.
data/mllib/sample_movielens_data.txt
spark-submit
Compute RMSE (Root Mean Squared Error).
An example app for ALS on MovieLens data (http://grouplens.org/datasets/movielens/). Run with
A synthetic dataset in MovieLens format can be found at
data/mllib/sample_movielens_data.txt
. If you use it as a template to create your own app, please usespark-submit
to submit your app.