Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC Fix FutureWarning in manifold/plot_compare_methods.py #24909

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

MaximSmolskiy
Copy link
Contributor

Reference Issues/PRs

Related to #24876

What does this implement/fix? Explain your changes.

Fix FutureWarning in manifold/plot_compare_methods.py

/home/runner/work/scikit-learn/scikit-learn/sklearn/manifold/_mds.py:299: FutureWarning:

The default value of `normalized_stress` will change to `'auto'` in version 1.4. To suppress this warning, manually set the value of `normalized_stress`.

by explicit passing normalized_stress=False

Any other comments?

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

LGTM. Thanks @MaximSmolskiy Merging.

@MaximSmolskiy MaximSmolskiy deleted the doc-fix-FutureWarning-in-manifold/plot_compare_methods.html branch November 14, 2022 18:56
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.

3 participants