Uh oh!
There was an error while loading. Please reload this page.
[SPARK-4604][MLLIB] make MatrixFactorizationModel public - #3459
Conversation
SparkQA
commented
Nov 25, 2014
Test build #23845 has started for PR 3459 at commit
|
SparkQA
commented
Nov 25, 2014
Test build #23845 has finished for PR 3459 at commit
|
AmplabJenkins
commented
Nov 25, 2014
Test PASSed. |
SparkQA
commented
Nov 26, 2014
Test build #23855 has started for PR 3459 at commit
|
jkbradley
commented
Nov 26, 2014
@mengxr Except for the imports, LGTM |
SparkQA
commented
Nov 26, 2014
Test build #23860 has started for PR 3459 at commit
|
SparkQA
commented
Nov 26, 2014
Test build #23855 has finished for PR 3459 at commit
|
AmplabJenkins
commented
Nov 26, 2014
Test PASSed. |
SparkQA
commented
Nov 26, 2014
Test build #23860 has finished for PR 3459 at commit
|
AmplabJenkins
commented
Nov 26, 2014
Test PASSed. |
mengxr
commented
Nov 26, 2014
@jkbradley Thanks! I've merged this into master and branch-1.2. |
User could construct an MF model directly. I added a note about the performance. Author: Xiangrui Meng <meng@databricks.com> Closesapache#3459 from mengxr/SPARK-4604 and squashes the following commits: f64bcd3 [Xiangrui Meng] organize imports ed08214 [Xiangrui Meng] check preconditions and unit tests a624c12 [Xiangrui Meng] make MatrixFactorizationModel public (cherry picked from commit b5fb141) Signed-off-by: Xiangrui Meng <meng@databricks.com>
User could construct an MF model directly. I added a note about the performance. Author: Xiangrui Meng <meng@databricks.com> Closesapache#3459 from mengxr/SPARK-4604 and squashes the following commits: f64bcd3 [Xiangrui Meng] organize imports ed08214 [Xiangrui Meng] check preconditions and unit tests a624c12 [Xiangrui Meng] make MatrixFactorizationModel public (cherry picked from commit b5fb141) Signed-off-by: Xiangrui Meng <meng@databricks.com>
We reverted #3459 in branch-1.2 due to missing `import o.a.s.SparkContext._`, which is no longer needed in master (#3262). This PR adds #3459 back to branch-1.2 with correct imports. Github is out-of-sync now. The real changes are the last two commits. Author: Xiangrui Meng <meng@databricks.com> Closes#3473 from mengxr/SPARK-4604-1.2 and squashes the following commits: a7638a5 [Xiangrui Meng] add import o.a.s.SparkContext._ for v1.2 b749000 [Xiangrui Meng] [SPARK-4604][MLLIB] make MatrixFactorizationModel public
User could construct an MF model directly. I added a note about the performance.