-
Notifications
You must be signed in to change notification settings - Fork 63
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
ramp color by kmeans clustering result #1524
Comments
For example,
|
seems like pygeoda now supports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the distribution of target feature looks like this:
Commonly, we want to assign colors based on the breaks like this
There are a few ways to make it happen (e.g. observe the distribution plot -> figure out the percentile of the breaks).
But it would be much much convenient and accurate to apply Kmeans (or other clustering methods) to find the breaks.
Currently, it needs lines of code and some value transformations to make it happen. I hope it could be included as one of the built-in ramp color options as Quantile / EqualInterval / StdDev etc.
cc @andy-esch
The text was updated successfully, but these errors were encountered: