-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
API Remove sklearn.metrics.manhattan_distances
option sum_over_features
#24630
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
sklearn.metrics.manhattan_distances
option sum_over_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.
Thanks for the PR @rusdes. Here are a few suggestions
@jeremiedbb Thanks for the suggestions. Let me know if anything else is missing. |
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 @rusdes
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! Thank you very much for the contrib!
Reference Issues/PRs
Fixes #24597.
What does this implement/fix? Explain your changes.
This PR deprecates
sum_over_features
parameter insklearn.metrics.manhattan_distances
.Launched:
and all tests pass with 0 warnings.
Also,
fails. I think it's due to one of the recent merges and is worth looking into.