[GitHub] spark issue #13940: [SPARK-16241] [ML] model loading backward compatibility ...

2016-06-29 Thread zlpmichelle
Github user zlpmichelle commented on the issue: https://github.com/apache/spark/pull/13940 The patch passed all tests. Thanks very much @mengxr ! --- 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

[GitHub] spark issue #13940: [SPARK-16241] [ML] model loading backward compatibility ...

2016-06-29 Thread zlpmichelle
Github user zlpmichelle commented on the issue: https://github.com/apache/spark/pull/13940 Fixed it. Thanks @yanboliang for your nice review. --- 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

[GitHub] spark issue #13940: [SPARK-16241] [ML] model loading backward compatibility ...

2016-06-28 Thread zlpmichelle
Github user zlpmichelle commented on the issue: https://github.com/apache/spark/pull/13940 Thanks @hhbyyh @AmplabJenkins! --- 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

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

2016-06-27 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

[GitHub] spark pull request: [SPARK-13505] [ML] add python api for MaxAbsSc...

2016-02-26 Thread zlpmichelle
Github user zlpmichelle commented on the pull request: https://github.com/apache/spark/pull/11393#issuecomment-189510493 Passed all tests. Thanks @mengxr! --- 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

[GitHub] spark pull request: [SPARK-13505] [ML] add python api for MaxAbsSc...

2016-02-26 Thread zlpmichelle
Github user zlpmichelle commented on the pull request: https://github.com/apache/spark/pull/11393#issuecomment-189264960 Thanks @hhbyyh and @MLnick! Updated. --- 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-13505] [ML] add python api for MaxAbsSc...

2016-02-26 Thread zlpmichelle
GitHub user zlpmichelle opened a pull request: https://github.com/apache/spark/pull/11393 [SPARK-13505] [ML] add python api for MaxAbsScaler ## What changes were proposed in this pull request? After SPARK-13028, we should add Python API for MaxAbsScaler. ## How was