-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-35142][PYTHON][ML][3.0] Fix incorrect return type for rawPredictionUDF in OneVsRestModel
#32275
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
rawPredictionUDF in OneVsRestModel
HyukjinKwon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if tests pass
|
Test build #137735 has finished for PR 32275 at commit
|
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
Yikun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and the CI failed is unrelated.
|
retest this please |
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #137758 has finished for PR 32275 at commit
|
|
Jenkins retest this please |
|
Test build #137870 has finished for PR 32275 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Thank you, @harupy and all.
Merged to branch-3.0.
…ictionUDF` in `OneVsRestModel` ### What changes were proposed in this pull request? This PR backports #32245. Fixes incorrect return type for `rawPredictionUDF` in `OneVsRestModel`. ### Why are the changes needed? Bugfix ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Unit test. Closes #32275 from harupy/backport-35142-3.0. Authored-by: harupy <17039389+harupy@users.noreply.github.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
|
I added you to the Apache Spark contributor group and SPARK-35142 is assigned to you. |
|
@dongjoon-hyun Thanks! |
What changes were proposed in this pull request?
This PR backports #32245.
Fixes incorrect return type for
rawPredictionUDFinOneVsRestModel.Why are the changes needed?
Bugfix
Does this PR introduce any user-facing change?
No
How was this patch tested?
Unit test.