-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC add missing attributes in HistGradientBoostingRegressor #17677
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
DOC add missing attributes in HistGradientBoostingRegressor #17677
Conversation
Hi @simonamaggio, thanks for your pull request. |
Thanks @cmarmo. I had a look at the pointed comment and PR.
|
@simonamaggio it looks like most of it was taken care of in #17678 the only thing left to do is to document the |
I have to apologize to you both... I did a 'find'-'replace' without making a difference between estimators.... @simonamaggio if you want to include my changes and only merge one PR, feel free to do it. |
I don't understand what to do here. Maybe @cmarmo can add in the other PR the documentation for |
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 when green
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.
Thanks @simonamaggio
I am fine with this but why not keep the |
Actually we already discussed that earlier: |
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.
About the conflict I am not sure how to resolve it: has |
Indeed: in #17698. |
Merging after updating with master |
…earn#17677) Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…earn#17677) Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Fixes part of #14312 for HistGradientBoostingRegressor estimator.
Added
bin_mapper_ , do_early_stopping_, loss_, n_features_, scorer_
to docstring in HistGradientBoostingRegressor.HistGradientBoostingRegressor removed from the list of estimators in test_docstring_parameters.py.