Skip to content

Commit

Permalink
REFACTOR: remove random_state from EnsembleRegressor (not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin-Laurent committed Jan 13, 2025
1 parent 0a04bfa commit df418dc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mapie/estimator/regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df418dc

Please sign in to comment.