Skip to content

Commit 7c6621f

Browse files
Update mapie/subsample.py
Co-authored-by: Thibault Cordier <[email protected]>
1 parent 9957930 commit 7c6621f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapie/subsample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Subsample(BaseCrossValidator):
2323
----------
2424
n_resamplings : int
2525
Number of resamplings. By default ``30``.
26-
n_samples: float
26+
n_samples: Union[int, float]
2727
Number of samples in each resampling. By default ``None``,
2828
the size of the training set. If it is between 0 and 1,
2929
it becomes the fraction of samples

0 commit comments

Comments
 (0)