We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9957930 commit 7c6621fCopy full SHA for 7c6621f
mapie/subsample.py
@@ -23,7 +23,7 @@ class Subsample(BaseCrossValidator):
23
----------
24
n_resamplings : int
25
Number of resamplings. By default ``30``.
26
- n_samples: float
+ n_samples: Union[int, float]
27
Number of samples in each resampling. By default ``None``,
28
the size of the training set. If it is between 0 and 1,
29
it becomes the fraction of samples
0 commit comments