Examples¶
This is the gallery of examples that showcase the usage of probly. Some examples demonstrate the use of the API in general and some demonstrate specific applications in tutorial form. Also check out our user guide for more detailed illustrations.
Conformal Prediction¶
Examples concerning the probly.conformal module.
Quantile Regression Conformal Prediction — sklearn
Quantile Regression Conformal Prediction — PyTorch
Plot¶
Examples concerning the probly.plot module.
Pytraverse¶
Examples concerning the pytraverse module.
Quantification¶
Examples concerning the probly.quantification module.
Release Highlights¶
These examples illustrate the main features of the releases of probly.
Representation¶
Examples concerning the probly.representation module.
Streaming¶
Examples that combine probly with online learners on data streams. A
single representer() + quantify()
call gives you the full aleatoric / epistemic / total decomposition on
every step of the stream.
Transformation¶
Examples concerning the probly.method module.