.. image:: crepes_logo.png .. raw:: html
.. title:: crepes ``crepes`` is a Python package that implements conformal classifiers, regressors, and predictive systems, on top of any standard classifier and regressor, transforming the original predictions into well-calibrated p-values and cumulative distribution functions, or prediction sets and intervals with coverage guarantees. The ``crepes`` package implements standard and Mondrian conformal classifiers as well as standard, normalized and Mondrian conformal regressors and predictive systems. While the package allows you to use your own functions to compute difficulty estimates, non-conformity scores and Mondrian categories, there is also a separate module, called ``crepes.extras``, which provides some standard options for these. For testing the underlying assumption of exchangeability, you may use the classes in ``crepes.martingales``. .. raw:: html
.. toctree:: :maxdepth: 1 Getting started The crepes package The crepes.extras module The crepes.martingales module Examples More examples Conformal test martingales Citing crepes References