Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsvanderlaan authored Oct 31, 2024
1 parent 58818fd commit dc36553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ In machine learning, model calibration and predictive inference are essential fo

## Example

Example code can be found in the vignette.jnb file.
Example code demonstrating the use of **Self-Calibrating Conformal Prediction** can be found in the `vignette.ipynb` file. This notebook includes code to perform model calibration, generate prediction intervals, and evaluate model coverage.

```{python}
# See vignette.jnb for loading data
# See vignette.ipynb for loading data
# Fit an XGBoost model (or any predictive model)
params = {
Expand Down

0 comments on commit dc36553

Please sign in to comment.