-
- Downloads
[SPARK-5598][MLLIB] model save/load for ALS
following #4233. jkbradley Author: Xiangrui Meng <meng@databricks.com> Closes #4422 from mengxr/SPARK-5598 and squashes the following commits: a059394 [Xiangrui Meng] SaveLoad not extending Loader 14b7ea6 [Xiangrui Meng] address comments f487cb2 [Xiangrui Meng] add unit tests 62fc43c [Xiangrui Meng] implement save/load for MFM
Showing
- mllib/src/main/scala/org/apache/spark/mllib/recommendation/ALS.scala 1 addition, 1 deletion...ain/scala/org/apache/spark/mllib/recommendation/ALS.scala
- mllib/src/main/scala/org/apache/spark/mllib/recommendation/MatrixFactorizationModel.scala 80 additions, 2 deletions...spark/mllib/recommendation/MatrixFactorizationModel.scala
- mllib/src/test/scala/org/apache/spark/mllib/recommendation/MatrixFactorizationModelSuite.scala 19 additions, 0 deletions.../mllib/recommendation/MatrixFactorizationModelSuite.scala
Loading
Please register or sign in to comment