scikit-learn-contrib / MAPIE

A scikit-learn-compatible module to estimate prediction intervals and control risks based on conformal predictions.
https://mapie.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.2k stars 99 forks source link

Change the sign in the equation of C_k in the Kolmogorov-Smirnov statistical test documentation #470

Closed BaptisteCalot closed 1 week ago

BaptisteCalot commented 1 week 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