Skip to content

Commit

Permalink
Aligned docstring with study.py
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlbach committed Sep 9, 2024
1 parent d9bfca5 commit 9fdb0ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions optuna_integration/sklearn/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,9 @@ class OptunaSearchCV(BaseEstimator):
for how to use and implement callback functions.
catch:
Tuple of exceptions to catch such that a study continues to run even when a trial raises one of the exceptions specified in this argument.
Default is an empty tuple, i.e. the study will stop for any exception except for :class:`~optuna.exceptions.TrialPruned`.
A study continues to run even when a trial raises one of the exceptions specified
in this argument. Default is an empty tuple, i.e. the study will stop for any
exception except for :class:`~optuna.exceptions.TrialPruned`.
Attributes:
best_estimator_:
Expand Down

0 comments on commit 9fdb0ad

Please sign in to comment.