[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-04-01 Thread GayathriMurali
Github user GayathriMurali closed the pull request at: https://github.com/apache/spark/pull/12023 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-04-01 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-204591688 @GayathriMurali Thanks a lot. I just opened [https://github.com/apache/spark/pull/12118] Would you mind closing this PR? --- If your project is set up for it,

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-04-01 Thread GayathriMurali
Github user GayathriMurali commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-204576825 @jkbradley I was just about to ping you regarding this. I would definitely love to help out. I was out at Strata all week and couldn't get to this. Please let

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-04-01 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-204569102 @GayathriMurali This turns out to be messier than I would have expected because of the fact that the RF Estimators and Models do not share the same Params. I'd

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-31 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-204101033 Sure, I'll send a PR to update this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-30 Thread GayathriMurali
Github user GayathriMurali commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-203763228 @jkbradley I am sorry, I am afraid I will not be able to complete tonight. Can you please help me with reusing Splitdata/build code from DecisionTrees in

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-30 Thread GayathriMurali
Github user GayathriMurali commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57993953 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/RandomForestRegressor.scala --- @@ -199,21 +210,71 @@ final class

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-30 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-203655431 Yes, that sounds fine. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-30 Thread GayathriMurali
Github user GayathriMurali commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57968732 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/RandomForestClassifier.scala --- @@ -240,12 +250,66 @@ final class

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-30 Thread GayathriMurali
Github user GayathriMurali commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-203645597 @jkbradley I should be able to update this by tonight. Would that work? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-30 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-203603276 @GayathriMurali Will you be able to update this soon? If not, I'd be happy to help out. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-30 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57904716 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/RandomForestRegressor.scala --- @@ -199,21 +210,71 @@ final class

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-30 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57904365 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/RandomForestClassifier.scala --- @@ -240,12 +250,66 @@ final class

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-203122213 **[Test build #2708 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2708/consoleFull)** for PR 12023 at commit

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-203118358 **[Test build #2708 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2708/consoleFull)** for PR 12023 at commit

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-29 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-203117967 add to whitelist --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-29 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57788687 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/RandomForestClassifier.scala --- @@ -240,12 +250,66 @@ final class

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-29 Thread GayathriMurali
Github user GayathriMurali commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57787829 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/RandomForestClassifier.scala --- @@ -240,12 +250,66 @@ final class

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-28 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-202724996 I made an initial pass with high-level comments. It will be important to reuse more code. I'll stay tuned for updates. Thanks! --- If your project is set up for

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-28 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57674664 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/RandomForestClassifier.scala --- @@ -240,12 +250,66 @@ final class

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-28 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57674667 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/RandomForestRegressor.scala --- @@ -199,21 +210,71 @@ final class

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-28 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57674670 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeModels.scala --- @@ -238,3 +238,128 @@ private[ml] object DecisionTreeModelReadWrite {

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-28 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57674668 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeModels.scala --- @@ -238,3 +238,128 @@ private[ml] object DecisionTreeModelReadWrite {

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-28 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57674671 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeModels.scala --- @@ -238,3 +238,128 @@ private[ml] object DecisionTreeModelReadWrite {

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-28 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/12023#discussion_r57674663 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/RandomForestClassifier.scala --- @@ -136,7 +144,8 @@ object RandomForestClassifier {

[GitHub] spark pull request: [Spark-13784][ML][WIP] Model export/import for...

2016-03-28 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-202722392 ok to test --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark pull request: [Spark 13784][ML][WIP] Model export/import for...

2016-03-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-202671513 Can one of the admins verify this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [Spark 13784][ML][WIP] Model export/import for...

2016-03-28 Thread GayathriMurali
Github user GayathriMurali commented on the pull request: https://github.com/apache/spark/pull/12023#issuecomment-202671126 @yanboliang @jkbradley Please help review the code. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [Spark 13784][ML][WIP] Model export/import for...

2016-03-28 Thread GayathriMurali
GitHub user GayathriMurali opened a pull request: https://github.com/apache/spark/pull/12023 [Spark 13784][ML][WIP] Model export/import for spark.ml: RandomForests Please help review the code. I have the WIP included to make sure the changes look correct. ## What changes