[GitHub] spark pull request #22793: [SPARK-25793][ML]Call SaveLoadV2_0.load for class...

2018-10-22 Thread huaxingao
Github user huaxingao closed the pull request at: https://github.com/apache/spark/pull/22793 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #22793: [SPARK-25793][ML]Call SaveLoadV2_0.load for class...

2018-10-21 Thread huaxingao
GitHub user huaxingao opened a pull request: https://github.com/apache/spark/pull/22793 [SPARK-25793][ML]Call SaveLoadV2_0.load for classNameV2_0 ## What changes were proposed in this pull request? The wrong version of load is called in BisectingKMeansModel.load. ```