-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Early Stopping example overhaul #27466
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 Early Stopping example overhaul #27466
Conversation
Hi @adrinjalali, I would be grateful if you could also take a look at this. |
One overall comment here is that you can split sections by adding cells (using |
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.
This is in the right direction, thanks a lot.
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 this overhaul.
Consider my review as suggestions, not obligatory.
Two heads are always better than one. |
@greyisbetter Could you try to fix the lint errors? The CI gives you more information. |
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.
@greyisbetter Could you also remove the old # Authors:
?
Then, I've some suggestion to improve the figure.
@lorentzenchr, I want to highlight that the figures created by earlier authors are influenced by the number of estimators and fit time, factors unrelated to overfitting and training error. The alterations in these aspects are a result of my interventions. |
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.
Otherwise LGTM.
Towards #27025
Initially, my introduction to early stopping was its role in averting overfitting. Therefore, my primary objective for enhancing this example centers on:
cc @lorentzenchr