isotonic
isotonic copied to clipboard
Library for fancy isotonic regression, more than what's in sklearn
Results
1
isotonic issues
Sort by
recently updated
recently updated
newest added
Hi, thanks for sharing, highly appreciate. Can you check if BinomialIsotonicRegression should be checking for y monotonicity? is it necessary? So, I'm running this: BinomialIsotonicRegression(10, increasing=True, curve_algo=PiecewiseConstantIsotonicCurve).fit(x, y) for probability...