Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMeissnerDS committed Aug 19, 2024
1 parent 7808530 commit 1e793b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified dist/bluecast-1.6.0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/bluecast-1.6.0.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/source/Uncertainty quantification.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ the quality of prediction sets:
from bluecast.conformal_prediction.effectiveness_nonconformity_measures import one_c, avg_c

# return the percentage of sets with one label only (higher is better)
one_c(pred_sets.values)
one_c(pred_sets)

# return the mean number of labels per prediction set (lower is better)
avg_c(pred_sets.values)
avg_c(pred_sets)
```

Finally we can check if the prediction sets have the credibility as expected
Expand Down

0 comments on commit 1e793b2

Please sign in to comment.