crepes 0.4.0
v0.4.0 (16/05/2023)
Feature
- The class
Wrap
has 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_int
andpredict_cps
methods, in addition to thefit
andpredict
methods of the wrapped learner.
Fixes
-
A Jupyter notebook
crepes_nb_wrap.ipynb
has been added to the documentation to illustrate the use of theWrap
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 tocrepes.extras