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 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 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 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 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 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 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