Skip to content

Commit 1cfd73f

Browse files
FIX: fix error in regression split method doc (#691)
1 parent c62d29a commit 1cfd73f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/theoretical_description_regression.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ where :math:`\hat{q}_{n, \alpha}^+` is the :math:`(1-\alpha)` quantile of the di
8484
Since this method estimates the conformity scores only on a calibration set, one must have enough
8585
observations to split its original dataset into train and calibration as mentioned in [5]. We can
8686
notice that this method is very similar to the naive one, the only difference being that the conformity
87-
scores are not computed on the calibration set. Moreover, this method will always give prediction intervals
88-
with a constant width.
87+
scores are not computed on the training set but on the calibration set instead.
8988

9089

9190
3. The jackknife method

0 commit comments

Comments
 (0)