Skip to content

Commit c41a484

Browse files
authored
Merge branch 'master' into 290-unit-tests-for-different-subsamples
2 parents d8bf01e + e017317 commit c41a484

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ History
66
------------------
77

88
* Building unit tests for different `Subsample` and `BlockBooststrap` instances
9+
* Change the sign of C_k in the `Kolmogorov-Smirnov` test documentation
910
* Building a training set with a fraction between 0 and 1 with `n_samples` attribute when using `split` method from `Subsample` class.
1011

1112
0.8.6 (2024-06-14)

doc/theoretical_description_metrics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ and their corresponding labels :math:`y_i` and to compare its properties to that
195195
cumulative differences on sorted scores:
196196

197197
.. math::
198-
C_k = \frac{1}{N}\sum_{i=1}^k (s_i - y_i)
198+
C_k = \frac{1}{N}\sum_{i=1}^k (y_i - s_i)
199199
200200
We also introduce a typical normalization scale :math:`\sigma`:
201201

0 commit comments

Comments
 (0)