diff --git a/mapie/estimator/regressor.py b/mapie/estimator/regressor.py index 52c56f0e..3ec18bb1 100644 --- a/mapie/estimator/regressor.py +++ b/mapie/estimator/regressor.py @@ -125,12 +125,6 @@ class EnsembleRegressor: By default ``0``. - random_state: Optional[Union[int, RandomState]] - Pseudo random number generator state used for random sampling. - Pass an int for reproducible output across multiple function calls. - - By default ``None``. - Attributes ---------- single_estimator_: sklearn.RegressorMixin