crepes 0.5.0
Feature
- The full cpds matrix is calculated only if requested to be output (
return_cpds=True) by thepredictmethod ofConformalPredictiveSystemor if the set of metrics include "CRPS" for theevaluatemethod. 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,predictandevaluatemethods ofConformalRegressorandConformalPredictiveSystem, as well as the functionbinningincrepes.extras, are no longer provided -
y_minandy_maxcorrectly inserted for all percentiles -
The
evaluatemethod forConformalPredictiveSystemfixed 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