[GitHub] spark pull request #13940: [SPARK-16241] [ML] model loading backward compati...

2016-06-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13940 --- 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 #13940: [SPARK-16241] [ML] model loading backward compati...

2016-06-28 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/13940#discussion_r68880589 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/NaiveBayes.scala --- @@ -28,8 +28,9 @@ import org.apache.spark.ml.util._ import

[GitHub] spark pull request #13940: [SPARK-16241] [ML] model loading backward compati...

2016-06-28 Thread zlpmichelle
GitHub user zlpmichelle opened a pull request: https://github.com/apache/spark/pull/13940 [SPARK-16241] [ML] model loading backward compatibility for ml NaiveBayes #16241 ## What changes were proposed in this pull request? model loading backward compatibility for ml