-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Passing cluster_labels broken #49
Comments
The problem is in the 'definition' of |
Hey @mdruiter - thanks for noting the issue and where it is occurring. Are you able to submit a fix in a pull request? |
Will be covered in branch |
This was covered in #63 and will be pushed in a subsequent release. |
I think I have found a bug that occurs when passing some
cluster_labels
.When I completely reverse the order of all input (
data
andcluster_labels
), and I reverse the result (local_outlier_probabilities
), I would expect the same numbers. This does happen as long as allcluster_labels
values are equal. Once I have two (really separate) clusters, the results change when flipped!An extra indication that things go wrong (IMHO): the second cluster's neighbor numbers are in the first cluster!
A small reproduction example:
The text was updated successfully, but these errors were encountered: