Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* naive conformal prediction * first hist fc version works * add component names * add support for train length * support for last points only * add hist fc unit tests * add first conformal unit tests * overlap end checkpoint * overlap end checkpoint 2 * ignore start * finalize hist fc test * start, train length tests * finalize start train length tests * fix residuals with overlap end * refactor calibration for predict and hist fc * base and child conformal * checks for calibration set * rename conformal naive model * add additional forecasting model logic * add more unit tests * add output chunk shift support * support train length with cal input * support train lenght part 2 * restructure hist fc logic * test with shorter covariates * add checks for min lengths * corrections for minimum input * improve hist fc tests * make naive conformal model accept quantiles * add winkler score quantile interval metric * update tests for quantile instead of alpha * add coverage metric and improve residuals and backtest * add save load as in ensemble mode * quantile tests * remove checks * add non conformity scores for cqr * add conformalized quantile regression * allow all global prob models for ConformalQR * add asymmetric naive model * remove old code * add tests for asymetric naive mdoel * add tests for cqr * add progress bars * add quantile sampler * add predict lkl params and num samples * add random method for handling randomness of non-torch models * fix all tests * code cleanup * add probabilistic test * add conformal models to readme and covariates user guide * fix failing tests * improve docs * add sketch of cp example notebook * small update * improve docs * attempt to fix failing test on linux * update start logic * upgrade python target version * improve stride handling * remove optional input calibration set * use cal stride * make predict work with cal_stride * add cal stride to historical forecasts * hist fc optimized cal set selection * add hist fc start test with different strides * improve comments * add more tests * stridden conformal model tests * apply suggestions from pr review * update docs * cleanup * update changelog * update changelog * update example notebook * add conformal prediction notebook * apply suggestions from PR review * update notebook * update changelog
- Loading branch information