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

Existing simplification relies on scipy kmeans2 which produces imperfect results #14

Open
cmutel opened this issue May 3, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@cmutel
Copy link
Member

cmutel commented May 3, 2023

Using KNN in general might not be the perfect approach, it produces "lumpy" results even from a uniform input distribution:

Screenshot 2023-05-03 at 10 59 52

Could need to switch to a different clustering library or algorithm.

@cmutel cmutel added the help wanted Extra attention is needed label May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant