-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[WIP] loss function name consistency #3556
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
loss function to be optimized. 'ls' refers to least squares | ||
regression. 'lad' (least absolute deviation) is a highly robust | ||
loss function solely based on order information of the input | ||
loss : {'ls', 'lad', 'absolute', huber', 'quantile'}, |
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.
huber'
-> 'huber'
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.
you got it
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.
It would mention only absolute and not lad in the docstring. Same for squared.
@amueller Hi can I work on this? I am looking for a first issue to start working on :) |
@PrasadiApsara No problem from me if you want to take over the branch. |
@dsullivan7 Thanks, I will get the branch. |
take |
@dsullivan7 I went through the PR and the discussion. So based on that if I summarize what is there to be done,
Let me know whether I have got it correctly. |
@PrasadiApsara Thanks for bringing this one back on the table. Note that #18248 supersedes #3481, because it aims for a broader consistency of loss names over all modules, but needs discussion first. Maybe we should close this PR. Would that be OK, @dsullivan7? |
@lorentzenchr Yes, that's fine! |
This is a checkpoint to solve #3481