Skip to content

Commit 6fd24e2

Browse files
DOC: update Supsample docstring to the new v1 API (#680)
1 parent 5e1c3f5 commit 6fd24e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mapie/subsample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
class Subsample(BaseCrossValidator):
1717
"""
1818
Generate a sampling method, that resamples the training set with
19-
possible bootstraps. It can replace KFold or LeaveOneOut as cv argument
20-
in the MAPIE class.
19+
possible bootstraps. It can be used as cv argument in
20+
:class:`~mapie.regression.JackknifeAfterBootstrapRegressor`.
2121
2222
Parameters
2323
----------

0 commit comments

Comments
 (0)