crepes 0.5.0
Feature
- The full cpds matrix is calculated only if requested to be output (
return_cpds=True
) by thepredict
method ofConformalPredictiveSystem
or if the set of metrics include "CRPS" for theevaluate
method. This allows large test and calibration sets to be handled without excessive use of memory in other cases. Thanks to @christopherjluke and @SebastianLeborg for highlighting and discussing the problem.
Fixes
-
Default values for mandatory arguments for the methods
fit
,predict
andevaluate
methods ofConformalRegressor
andConformalPredictiveSystem
, as well as the functionbinning
increpes.extras
, are no longer provided -
y_min
andy_max
correctly inserted for all percentiles -
The
evaluate
method forConformalPredictiveSystem
fixed to work correctly even if CRPS not included in metrics, and if all test objects belong to the same Mondrian category -
Incorrect values for percentiles will render an error message