-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7572][MLLIB] do not import Param/Params under pyspark.ml #6094
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 #32529 has started for PR 6094 at commit |
|
LGTM |
|
Test build #32529 has finished for PR 6094 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
test this please |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32539 has started for PR 6094 at commit |
|
Test build #32539 has finished for PR 6094 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
The failed test was known to be flaky (SPARK-7497). |
|
Merged into master and branch-1.4. |
Remove `Param` and `Params` from `pyspark.ml` and add a section in the doc. brkyvz Author: Xiangrui Meng <[email protected]> Closes #6094 from mengxr/SPARK-7572 and squashes the following commits: 022abd6 [Xiangrui Meng] do not import Param/Params under spark.ml (cherry picked from commit 77f64c7) Signed-off-by: Xiangrui Meng <[email protected]>
Remove `Param` and `Params` from `pyspark.ml` and add a section in the doc. brkyvz Author: Xiangrui Meng <[email protected]> Closes apache#6094 from mengxr/SPARK-7572 and squashes the following commits: 022abd6 [Xiangrui Meng] do not import Param/Params under spark.ml
Remove `Param` and `Params` from `pyspark.ml` and add a section in the doc. brkyvz Author: Xiangrui Meng <[email protected]> Closes apache#6094 from mengxr/SPARK-7572 and squashes the following commits: 022abd6 [Xiangrui Meng] do not import Param/Params under spark.ml
Remove `Param` and `Params` from `pyspark.ml` and add a section in the doc. brkyvz Author: Xiangrui Meng <[email protected]> Closes apache#6094 from mengxr/SPARK-7572 and squashes the following commits: 022abd6 [Xiangrui Meng] do not import Param/Params under spark.ml
Remove
ParamandParamsfrompyspark.mland add a section in the doc. @brkyvz