[GitHub] spark pull request #13841: [SPARK-16130][ML] model loading backward compatib...

2016-06-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13841 --- 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 feature is

[GitHub] spark pull request #13841: [SPARK-16130][ML] model loading backward compatib...

2016-06-23 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/13841#discussion_r68191189 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -674,12 +674,12 @@ object LogisticRegressionModel extends

[GitHub] spark pull request #13841: [SPARK-16130][ML] model loading backward compatib...

2016-06-22 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/13841#discussion_r68088554 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -674,12 +674,13 @@ object LogisticRegressionModel extends

[GitHub] spark pull request #13841: [SPARK-16130][ML] model loading backward compatib...

2016-06-22 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/13841#discussion_r68088372 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -674,12 +674,13 @@ object LogisticRegressionModel extends

[GitHub] spark pull request #13841: [SPARK-16130][ML] model loading backward compatib...

2016-06-22 Thread hhbyyh
GitHub user hhbyyh opened a pull request: https://github.com/apache/spark/pull/13841 [SPARK-16130][ML] model loading backward compatibility for ml.classfication.LogisticRegression ## What changes were proposed in this pull request? jira: