Skip to content
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

Allowing sparse inputs for prediction in AffinityPropagation #20117

Merged
merged 6 commits into from May 27, 2021

Conversation

venkyyuvy
Copy link
Contributor

@venkyyuvy venkyyuvy commented May 20, 2021

Reference Issues/PRs

Fixes #20049

What does this implement/fix? Explain your changes.

Accepts sparse data inputs for affinitiy propagation model.

Copy link
Member

@jeremiedbb jeremiedbb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @venkyyuvy ! Just a few minor comments

doc/whats_new/v1.0.rst Outdated Show resolved Hide resolved
sklearn/cluster/tests/test_affinity_propagation.py Outdated Show resolved Hide resolved
sklearn/cluster/tests/test_affinity_propagation.py Outdated Show resolved Hide resolved
Copy link
Member

@ogrisel ogrisel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as well. Let me just rephrase the changelog a bit to make it more precise.

doc/whats_new/v1.0.rst Outdated Show resolved Hide resolved
@jeremiedbb jeremiedbb merged commit aa86c83 into scikit-learn:main May 27, 2021
@jeremiedbb
Copy link
Member

thanks @venkyyuvy !

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.

AffinityPropagation predict does not accept sparse X
4 participants