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

DBSTREAM: fix microcluster labeling #1339

Merged
merged 5 commits into from
Oct 14, 2023

Conversation

donny741
Copy link
Contributor

@donny741 donny741 commented Oct 14, 2023

Neighbors of neighbors are not added to the seed_set so they receive different labels even though they have adjacent clusters.
Fixing by changing the if statement so neighbors without labels are appended to the seed_set and then assigned the label in following iterations.

@MaxHalford
Copy link
Member

This is excellent. Special kudos for writing unit tests!

@MaxHalford MaxHalford merged commit bfb4ea6 into online-ml:main Oct 14, 2023
11 checks passed
@donny741 donny741 deleted the fix/dbstream_cluster_generation branch October 14, 2023 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants