Dataops user guide intro#2162
Open
jeromedockes wants to merge 9 commits into
Open
Conversation
Draft
rcap107
reviewed
Jun 16, 2026
| to help predict the product's category? What learning rate to set on a | ||
| :class:`~sklearn.ensemble.HistGradientBoostingRegressor`? | ||
|
|
||
| **Validation** Finally, the quality of predictions must be evaluated on |
Member
There was a problem hiding this comment.
I wonder if the section on leakage should be moved further up.
I also think there should be a mention of leakage at the very start, because it's really important and it may come a bit late (even though it's not that far down the page)
Member
Author
There was a problem hiding this comment.
ok I added a (bold font) mention of data leakage at the very start. for the paragraphs that follow I think the chronological order of when you meet problems is roughly this one (building a pipeline at all, making modelling choices, validation) but that is indeed debatable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rewording a bit the intro section. @rcap107