Paper to appear in AISTATS 2024
This folder contains all the code for reproducing experiments from the manuscript.
detector.py
: File containing the definitions of the testing procedures.subroup_testing.py
: File that actually tests for strong calibration on a provided dataset.plot_*.py
: Plotting coderun_script.*
: Code for runnig jobs locally or on the clusteraggregate_*.py
andconcat_files.py
: Code for aggregating results*data*.py
: Data generation and preparationcommon.py
: General helper functions- Folders specify how experiments are run
We run experiments using the nestly
and scons
framework.
Code is in test.py
. Run python -m unittest
.
Make an _output
folder when running commands, since that is the default folder we output results in.