-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
ENH verbose >= 2 for per iteration info in HGBT #28179
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
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 for the PR @lorentzenchr . Shouldn't this require a change log entry considering the change in the behaviour of self.verbose?
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. Thanks @lorentzenchr
<
8000
svg aria-label="Show options" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-kebab-horizontal">
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 otw! Thanks for the review @lorentzenchr.
There is a merge conflict as well to resolve
|
@OmarManzoor @adam2392 Thanks for your reviews. Usually, within the scikit-learn project, one of the reviewers merges. |
|
Okay! I will turn on auto merge for the first time then. Exciting 😱 |
|
@adam2392 Congratulation to your first merge🚀 |
Reference Issues/PRs
None
What does this implement/fix? Explain your changes.
This PR gives finer control over verbosity in
HistGradientBoostingClassifierandHistGradientBoostingRegressor, i.e. the per iteration info is only emitted forverbose >= 2.Any other comments?