This is documentation for an old release of Scikit-learn (version 0.23). Try the latest stable release (version 1.6) or development (unstable) versions.
1.15. Isotonic regression¶
The class IsotonicRegression
fits a non-decreasing real function to
1-dimensional data. It solves the following problem:
minimize
subject to
whenever ,
where the weights X
and y
are
arbitrary real quantities.
The increasing
parameter changes the constraint to
IsotonicRegression
produces a series of predictions
IsotonicRegression
thus form a function that is piecewise linear: