You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX _make_unique of _isotonic.pyx uses float64 consistent internally
Implicit conversion from float64 to float could result in two different
entries of X to look identical as floats. This in turn results in
uninitialized entries in x_out, y_out, and weights_out at the end
because the final value of i is smaller than unique_values .
0 commit comments