Skip to content

Commit

Permalink
Update bootstrap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 26, 2023
1 parent c2c092a commit f75231a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/regression/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class BootstrapRegressor(BaseProbaRegressor):
>>>
>>> reg_proba = BootstrapRegressor(reg_tabular)
>>> reg_proba.fit(X_train, y_train)
BaggingRegressor(...)
BootstrapRegressor(...)
>>> y_pred = reg_proba.predict_proba(X_test)
"""

Expand Down

0 comments on commit f75231a

Please sign in to comment.