-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
EXA Update OpenML dataset in plot_gradient_boosting_categorical #21789
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.
Otherwise, the figures are almost identical and thus the conclusions.
@@ -69,7 +69,6 @@ | |||
print(f"Number of categorical features: {n_categorical_features}") | |||
print(f"Number of numerical features: {n_numerical_features}") | |||
|
|||
# %% |
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 need to reintroduce all these markers. They are used to define the sections.
Now, the rendering is broken.
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.
Fixed
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 @sveneschlbeck
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
Fixes #21782
@glemaitre @pedugnat
Adapting dataset by applying changes proposed from @glemaitre in #21782 since the current OpenML dataset seems to be unuseable. This PR follows #21788 which was closed due to sync problems with the upstream main