crepes 0.6.1
v0.6.1 (21/08/2023)
Features
- The function
marginfor computing non-conformity scores for conformal classifiers has been added tocrepes.extras.
Fixes
-
Fixed a bug in the
DifficultyEstimatorclass (increpes.extras), which caused an error when trying to display a non-fitted object. Thanks to @tuvelofstrom for pointing this out. -
Fixed an error in the documentation for the function
hinge. -
The Jupyter notebooks
crepes_nb_wrap.ipynbandcrepes_nb.ipynbhave been updated to illustrate the newmarginfunction.