Skip to content

Commit 9bfa81d

Browse files
author
Nicolas Posocco
committedApr 30, 2021
fixed a typo
1 parent 0af16e5 commit 9bfa81d

File tree

3 files changed

+11
-41
lines changed

3 files changed

+11
-41
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Estimating Expected Calibration Errors
22

3-
This repository allows the reproducibility of the results reported in the paper "Estimating Expected Calibration Errors". A complete production-ready python module is currently being developped with a more friendly API will be available soon for day-to-day use of the tools introduced within the paper.
3+
This repository allows the reproducibility of the results reported in the paper "Estimating Expected Calibration Errors". A complete production-ready python module is currently being developped with a more friendly API, and will be available soon for day-to-day use of the tools introduced within the paper.
44

55
# Setup
66

‎script_confidence.py

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from explicalib.experiments.setups.comparison_with_gt.confidence import *
2+
3+
n_classes = [2, 5, 7]
4+
n_features=[2, 5, 7]
5+
seeds_distribution = [i for i in range(5)]
6+
7+
compute(setup_name="confidence",
8+
seeds_distribution=seeds_distribution,
9+
n_classes=n_classes,
10+
n_features=n_features)

‎script_plots.py

-40
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.