Skip to content

Commit 3ae3be7

Browse files
REFACTOR: remove random_state from EnsembleRegressor (not used)
1 parent 9314593 commit 3ae3be7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mapie/estimator/regressor.py

-6
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ class EnsembleRegressor:
125125
126126
By default ``0``.
127127
128-
random_state: Optional[Union[int, RandomState]]
129-
Pseudo random number generator state used for random sampling.
130-
Pass an int for reproducible output across multiple function calls.
131-
132-
By default ``None``.
133-
134128
Attributes
135129
----------
136130
single_estimator_: sklearn.RegressorMixin

0 commit comments

Comments
 (0)