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

fixes #370 -- epsilon search would crash when root node in leaf list #400

Merged
merged 1 commit into from Oct 10, 2020

Conversation

neontty
Copy link
Collaborator

@neontty neontty commented Jul 4, 2020

implemented discussion with @cmalzer #370 (comment)

fixes example code originally provided by @danielzgtg

epsilon search was working with allow_single_cluster except in the case where eom_clusters contained the root node, which was passed in as a leaf.

Now if using 'eom', 'allow_single_cluster', and 'cluster_selection_epsilon' , the root node is returned as the selected cluster if it is the only cluster in the eom_clusters list.

@lmcinnes
Copy link
Collaborator

lmcinnes commented Jul 4, 2020

LGTM. Errors in tests seem to be from tests that need to be updated.

@neontty
Copy link
Collaborator Author

neontty commented Oct 7, 2020

apologies, I never saw this comment; I'll get to it shortly

@lmcinnes
Copy link
Collaborator

lmcinnes commented Oct 7, 2020

Just to be clear -- you should have an invitation to have commit rights to this repository, so if you are happy with this PR you are welcome to merge it yourself. I am more than happy to be called on for review, but I would also be very happy if you want to manage these yourself. See https://github.com/scikit-learn-contrib/hdbscan/invitations in case the invitation got lost somehow.

@neontty
Copy link
Collaborator Author

neontty commented Oct 9, 2020

Oh, thanks for posting. I didn't see that before; will merge.

I thought that test failure was my doing, but it appears to be that way in master.

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.

None yet

2 participants