p-lambda / verified_calibration

Calibration library and code for the paper: Verified Uncertainty Calibration. Ananya Kumar, Percy Liang, Tengyu Ma. NeurIPS 2019 (Spotlight).
MIT License
141 stars 20 forks source link

Function parameter not used #17

Open filipchristiansen opened 1 year ago

filipchristiansen commented 1 year ago

https://github.com/p-lambda/verified_calibration/blob/e2f0f744d7448a0bc75e6c0d5f345f12a6828dc0/experiments/platt_not_calibrated/lower_bounds.py#L59

Function parameter num_samples of lower_bound_experiment is not used.

Should be num_samples= num_samples instead of num_samples=1000.