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

add graph-based clustering #21571

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

dayyass
Copy link

@dayyass dayyass commented Nov 6, 2021

Reference Issues/PRs

Fixes #21570

What does this implement/fix? Explain your changes.

Graph-Based Clustering (original repo link) using connected components and minimum spanning trees.
Both suggested clustering methods are transductive - meaning they are not designed to be applied to new, unseen data.

Any other comments?

All information in the reference issue.

@cmarmo
Copy link
Member

cmarmo commented Dec 1, 2021

Hi @dayyass , thank you for your contribution. Tests are not passing, the pull request is unlikely to have attention. Do you mind checking the issues?
Thanks!

@cmarmo cmarmo added Needs Decision - Include Feature Requires decision regarding including feature Stalled labels Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:cluster Needs Decision - Include Feature Requires decision regarding including feature Stalled
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add graph-based clustering
2 participants