8000 DOC Fix FutureWarning in inspection/plot_linear_model_coefficient_interpretation by SarahRemus · Pull Request #24920 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC Fix FutureWarning in inspection/plot_linear_model_coefficient_interpretation #24920

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

SarahRemus
Copy link
Contributor

Reference Issues/PRs

Fix towards #24876.

What does this implement/fix? Explain your changes.

Fixed the FutureWarning: Setting a gradient palette using color= is deprecated and will be removed in version 0.13. Set palette="dark:k" for same effect, in inspection/plot_linear_model_coefficient_interpretation by changing color="k" to palette="dark:k" in sns.stripplot(..).

@glemaitre glemaitre merged commit 1bf4ebd into scikit-learn:main Nov 14, 2022
@glemaitre
Copy link
Member

LGTM. THanks @SarahRemus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0