Skip to content

v0.12.3

Compare
Choose a tag to compare
@thierrymoudiki thierrymoudiki released this 14 Apr 23:10
· 126 commits to master since this release

version 0.12.3

  • add prediction intervals to LSBoostRegressor (split conformal prediction,
    split conformal prediction with Kernel Density Estimation, and split
    conformal prediction bootstrap)
    see examples/lsboost_regressor_pi.py for examples
  • do not rescale columns with zero variance in LSBoostRegressor and LSBoostClassifier
  • faster ridge regression for LSBoostRegressor and LSBoostClassifier