Histogram Bins #964
Unanswered
morancoder
asked this question in
Q&A
Replies: 1 comment
-
Hi @morancoder, good question. The histogram binning is currently uniform, for performance reasons. Dynamic binning (using bayesian blocks) has been implemented in the past, but does not scale to most datasets and became a bottleneck in the profiling. Feature suggestions for alternatives are welcomed, provided that the solution is performant (e.g. threshold-based or alternative plotting). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I am using pandas profiling and have an issue with the way histogram presented. I can't figure out how to exclude outliers from my plot. Right now because of the outliers, most of the observations fall in one or two bins. Is there any way to exclude extreme values when plotting the histogram in html? Can I get finer bins in the middle of the plot rather than tails?
Thank you for your help.
Moran
Beta Was this translation helpful? Give feedback.
All reactions