-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7762] [MLLIB] set default value for outputCol #6289
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 #33158 has started for PR 6289 at commit |
|
Test build #33158 has finished for PR 6289 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
test this please |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #33163 has started for PR 6289 at commit |
|
LGTM |
|
Test build #33163 has finished for PR 6289 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Streaming failure |
|
Test build #839 has started for PR 6289 at commit |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #33183 has started for PR 6289 at commit |
|
Test build #839 has finished for PR 6289 at commit
|
|
Merging into master and branch-1.4 |
Set a default value for `outputCol` instead of forcing users to name it. This is useful for intermediate transformers in the pipeline. jkbradley Author: Xiangrui Meng <[email protected]> Closes #6289 from mengxr/SPARK-7762 and squashes the following commits: 54edebc [Xiangrui Meng] merge master bff8667 [Xiangrui Meng] update unit test 171246b [Xiangrui Meng] add unit test for outputCol a4321bd [Xiangrui Meng] set default value for outputCol (cherry picked from commit c330e52) Signed-off-by: Joseph K. Bradley <[email protected]>
|
Test build #33183 has finished for PR 6289 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
Oops, 2 sets of tests...glad they passed |
Set a default value for `outputCol` instead of forcing users to name it. This is useful for intermediate transformers in the pipeline. jkbradley Author: Xiangrui Meng <[email protected]> Closes apache#6289 from mengxr/SPARK-7762 and squashes the following commits: 54edebc [Xiangrui Meng] merge master bff8667 [Xiangrui Meng] update unit test 171246b [Xiangrui Meng] add unit test for outputCol a4321bd [Xiangrui Meng] set default value for outputCol
Set a default value for `outputCol` instead of forcing users to name it. This is useful for intermediate transformers in the pipeline. jkbradley Author: Xiangrui Meng <[email protected]> Closes apache#6289 from mengxr/SPARK-7762 and squashes the following commits: 54edebc [Xiangrui Meng] merge master bff8667 [Xiangrui Meng] update unit test 171246b [Xiangrui Meng] add unit test for outputCol a4321bd [Xiangrui Meng] set default value for outputCol
Set a default value for `outputCol` instead of forcing users to name it. This is useful for intermediate transformers in the pipeline. jkbradley Author: Xiangrui Meng <[email protected]> Closes apache#6289 from mengxr/SPARK-7762 and squashes the following commits: 54edebc [Xiangrui Meng] merge master bff8667 [Xiangrui Meng] update unit test 171246b [Xiangrui Meng] add unit test for outputCol a4321bd [Xiangrui Meng] set default value for outputCol
Set a default value for
outputColinstead of forcing users to name it. This is useful for intermediate transformers in the pipeline. @jkbradley