A scikit-learn-compatible module to estimate prediction intervals and control risks based on conformal predictions.
BSD 3-Clause "New" or "Revised" License
1.3k
stars
111
forks
source link
Change the sign in the equation of C_k in the Kolmogorov-Smirnov statistical test documentation #470
Closed
BaptisteCalot closed 5 months ago
Description
Change (y_i- s_i) instead of (s_i - y_i) in the definition of C_k
Fixes issue #369
How Has This Been Tested?
No test for this change
Checklist
make lint
make type-check
make tests
make coverage
make doc