Skip to content

Commit

Permalink
remove dublicate word (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinb authored Dec 6, 2024
1 parent 95e0a48 commit 16938a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_scripts/parameter_tuning_grid_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
# cross-validation by providing `model_grid_search` as a model to the
# `cross_validate` function.
#
# Here, we used a single train-test split to to evaluate `model_grid_search`. In
# Here, we used a single train-test split to evaluate `model_grid_search`. In
# a future notebook will go into more detail about nested cross-validation, when
# you use cross-validation both for hyperparameter tuning and model evaluation.
# ```
Expand Down

0 comments on commit 16938a6

Please sign in to comment.