crepes 0.4.0
v0.4.0 (16/05/2023)
Feature
- The class
Wraphas been added tocrepes, 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 thecalibrate,predict_intandpredict_cpsmethods, in addition to thefitandpredictmethods of the wrapped learner.
Fixes
-
A Jupyter notebook
crepes_nb_wrap.ipynbhas been added to the documentation to illustrate the use of theWrapclass. -
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.fillingshas been renamed tocrepes.extras