๐จโ๐ Tutorials๏
Puncc offers hands-on notebooks to help you go from โhello conformal predictionโ to more advanced workflows (NLP, object detection, and time series). Pick a tutorial below and run it either on GitHub or in Google Colab.
Tutorial |
Description |
Link |
|---|---|---|
Introduction Tutorial |
Get started with the basics of puncc. |
|
API Tutorial |
Learn about punccโs API. |
|
Tutorial on CP with PyTorch |
Learn how to use puncc with PyTorch. |
|
Tutorial on CP with TensorFlow |
Learn how to use puncc with TensorFlow / Keras. |
|
Tutorial on Adaptive Conformal Regression |
Learn how conformalize regression models to obtain adaptive prediction intervals using methods such as LACP, LWCP and CQR. |
|
Conformal Object Detection |
Learn to conformalize an object detector. |
|
Conformal Text Classification |
Learn to conformalize a pretrained NLP model. |
|
Conformal Classwise Classification |
Learn to use classwise CP for class-conditional coverage. |
|
Custom Conformal Workflow |
Build new conformal predictors with custom nonconformity scores, prediction sets and conformalization logic. |
|
Conformal Time Series Forecasting |
Learn to conformalize time series models. |
|
Architecture Overview |
Detailed overview of punccโs architecture. |
How to use these notebooks๏
Run on Colab if you want a zero-install experience (recommended for a quick start).
Run locally if you want full control over your environment and dependency versions.