Skip to content

Commit 572935c

Browse files
author
gmartinonQM
committed
update docstring
1 parent 4c874fa commit 572935c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mapie/estimators.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ class MapieRegressor(BaseEstimator, RegressorMixin): # type: ignore
6262
- ``"prefit"``, assumes that ``estimator`` has been fitted already, and the ``method`` parameter is ignored.
6363
All data provided in the ``fit`` method is then used for computing residuals only.
6464
At prediction time, quantiles of these residuals are used to provide a prediction interval
65-
with fixed width.
65+
with fixed width. The user has to take care manually that data for model fitting and
66+
residual estimate are disjoint.
6667
6768
By default ``None``.
6869

0 commit comments

Comments
 (0)