Code related to different aspects of conformal learning. This repo currently contains:
theory
- exploration of the theory behind the conformal predictionconformal_learning_from_scratch.ipynb
- We will build a conformal classifier step-by-step explaining the required background on the way. In the end, we will confirm that the constructed model gives the same results as the code fromnonconformist
library.