jotterbach/dstk

ConditionalInferenceBinner not overwriting previous fit

Opened this issue · 0 comments

If the same binner is used to fit two different sets of values

binner = ConditionalInferenceBinner('test')
binner.fit(values_v1, target)
binner.fit(values_V2, target)

The second fit is not clean, and plotting the resulting binner results in extra bins