-
Fix issue with `min_samp` becoming of `float` type · 4d243f44
It turns out `round(x, 0)` might return value of `float` type leading to `TypeError: min_samples must be an instance of int, not float.`. Let's take care of that and also guard user input for minimum of 3 samples.
Mykola Dvornik authored
×