-
Notifications
You must be signed in to change notification settings - Fork 28.8k
[SPARK-24102][ML][MLLIB][PYSPARK][FOLLOWUP] Added weight column to pyspark API for regression evaluator and metrics #24197
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
Test build #103885 has finished for PR 24197 at commit
|
b26b0f5
to
494e8aa
Compare
Test build #103886 has finished for PR 24197 at commit
|
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.
OK, yeah seems consistent given the other PRs
d050f32
to
f659fb2
Compare
Test build #103891 has finished for PR 24197 at commit
|
Test build #103893 has finished for PR 24197 at commit
|
retest this please |
Test build #103898 has finished for PR 24197 at commit
|
…spark API for regression evaluator and metrics
f659fb2
to
4cb2137
Compare
Test build #103939 has finished for PR 24197 at commit
|
retest this please |
Test build #103945 has finished for PR 24197 at commit
|
Merged to master |
What changes were proposed in this pull request?
Followup to PR #17085
This PR adds the weight column to the pyspark side, which was already added to the scala API.
The PR also undoes a name change in the scala side corresponding to a change in another similar PR as noted here:
#17084 (comment)
How was this patch tested?
This patch adds python tests for the changes to the pyspark API.
Please review http://spark.apache.org/contributing.html before opening a pull request.