-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7593][ML] Python Api for ml.feature.Bucketizer #6124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32629 has started for PR 6124 at commit |
|
Test build #32629 has finished for PR 6124 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
Added `ml.feature.Bucketizer` to PySpark. cc mengxr Author: Burak Yavuz <[email protected]> Closes #6124 from brkyvz/ml-bucket and squashes the following commits: 05285be [Burak Yavuz] added sphinx doc 6abb6ed [Burak Yavuz] added support for Bucketizer (cherry picked from commit 5db18ba) Signed-off-by: Xiangrui Meng <[email protected]>
|
LGTM. Merged into master and branch-1.4. Thanks! |
Added `ml.feature.Bucketizer` to PySpark. cc mengxr Author: Burak Yavuz <[email protected]> Closes apache#6124 from brkyvz/ml-bucket and squashes the following commits: 05285be [Burak Yavuz] added sphinx doc 6abb6ed [Burak Yavuz] added support for Bucketizer
Added `ml.feature.Bucketizer` to PySpark. cc mengxr Author: Burak Yavuz <[email protected]> Closes apache#6124 from brkyvz/ml-bucket and squashes the following commits: 05285be [Burak Yavuz] added sphinx doc 6abb6ed [Burak Yavuz] added support for Bucketizer
Added `ml.feature.Bucketizer` to PySpark. cc mengxr Author: Burak Yavuz <[email protected]> Closes apache#6124 from brkyvz/ml-bucket and squashes the following commits: 05285be [Burak Yavuz] added sphinx doc 6abb6ed [Burak Yavuz] added support for Bucketizer
Added
ml.feature.Bucketizerto PySpark.cc @mengxr