1.15. Isotonic regression
The class IsotonicRegression
fits a non-decreasing function to data.It solves the following problem:
minimize
subject to
where each
is strictly positive and each is anarbitrary real number. It yields the vector which is composed of non-decreasingelements the closest in terms of mean squared error. In practice this listof elements forms a function that is piecewise linear.
当前内容版权归 Scikit-learn 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Scikit-learn .