Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlow committed Sep 7, 2023
1 parent 17bfb8e commit 8787abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-forust/forust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def fit(
)
if len(evaluation_data_) > 1:
warnings.warn(
"Multiple evaluation datasets past, only the first one will be used to determine early stopping."
"Multiple evaluation datasets passed, only the first one will be used to determine early stopping."
)
else:
evaluation_data_ = None
Expand Down

0 comments on commit 8787abc

Please sign in to comment.