Automated adjustment of n_bins
when discrete labels are passed
#128
Labels
enhancement
New feature or request
n_bins
when discrete labels are passed
#128
As discussed in #106 by @FrancescaGuo, when passing a discrete index for consistency calculation, the default
n_bins = 100
raises an (expected) error message. The current way to circumvent this error message is to setn_bins
to the number of passed labels. However, this could be improved directly in the code: Whenever discrete labels are passed, the binning process required for continuous data could be replaced/adapted.The text was updated successfully, but these errors were encountered: