Skip to content

crepes 0.4.0

Compare
Choose a tag to compare
@henrikbostrom henrikbostrom released this 16 May 13:38
· 75 commits to main since this release
e8d2709

v0.4.0 (16/05/2023)

Feature

  • The class Wrap has been added to crepes, allowing for easily extending the underlying learner with methods for forming, and making predictions with, conformal regressors and predictive systems. See the documentation for the interface to objects of the class through the calibrate, predict_int and predict_cps methods, in addition to the fit and predict methods of the wrapped learner.

Fixes

  • A Jupyter notebook crepes_nb_wrap.ipynb has been added to the documentation to illustrate the use of the Wrap class.

  • The output result array of a conformal predictive system is converted to a vector if the array contains one column only.

  • The documentation has been updated and now includes links to classes and methods.

  • crepes.fillings has been renamed to crepes.extras