-
-
Notifications
You must be signed in to change notification settings - Fork 26k
EXA remove warning when setting yticks in permutation importances examples #19385
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
EXA remove warning when setting yticks in permutation importances examples #19385
Conversation
#DataUmbrella sprint |
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.
Let's get back the y-label ticks:smirk:
examples/inspection/plot_permutation_importance_multicollinear.py
Outdated
Show resolved
Hide resolved
examples/inspection/plot_permutation_importance_multicollinear.py
Outdated
Show resolved
Hide resolved
Thanks @glemaitre, i will do that now |
…plot_permutation_importance_multicollinear.py and plot_permutation_importance.py
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. I will wait for the documentation to be generated, I will check the rendering and we can merge this PR.
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
I checked the output, no warnings any more. Let's merge. |
Thanks, @glemaitre @lorentzenchr @thomasjpfan @ogrisel for the help, I'm really grateful. |
Reference Issues/PRs
Reference #19364
What does this implement/fix? Explain your changes.
Documentation fixes the error generated by importing FixedLocator from matplotlib.ticker, reorganizing the decorated yticks and ylabels
Any other comments?
cc: (pair programming) @Rukaya-lab