Skip to content

Commit

Permalink
Update _tuning.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 26, 2023
1 parent 2be0ac8 commit c21cfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/model_selection/_tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ class RandomizedSearchCV(BaseGridSearch):
... )
>>> rscv.fit(X_train, y_train)
RandomizedSearchCV(...)
>>> y_pred = gscv.predict(X_test)
>>> y_pred = rscv.predict(X_test)
"""

def __init__(
Expand Down

0 comments on commit c21cfcc

Please sign in to comment.