Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/912-hyperparamteroptimization-fo…
Browse files Browse the repository at this point in the history
…r-rnns-and-cnns' into 912-hyperparamteroptimization-for-rnns-and-cnns
  • Loading branch information
sibre28 committed Aug 19, 2024
2 parents b588b53 + c6568a1 commit 76b78ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/ml/nn/_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def fit_by_exhaustive_search(
return self._get_best_rnn_model(
list_of_fitted_models,
train_set, # type: ignore[arg-type]
test_set, # type: ignore[arg-type]
test_set, # type: ignore[arg-type]
optimization_metric,
)

Expand Down

0 comments on commit 76b78ca

Please sign in to comment.