From b0929f085b304b73cad94bcd32fddd941d621537 Mon Sep 17 00:00:00 2001 From: Peter Steinbach Date: Tue, 12 Mar 2024 15:46:37 +0100 Subject: [PATCH 1/2] Update parameter_tuning_nested.py inserted missing word --- python_scripts/parameter_tuning_nested.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_scripts/parameter_tuning_nested.py b/python_scripts/parameter_tuning_nested.py index 37fe73a9c..e7dd2a9f8 100644 --- a/python_scripts/parameter_tuning_nested.py +++ b/python_scripts/parameter_tuning_nested.py @@ -215,7 +215,7 @@ # ``` # # However, this evaluation only provides us a single point estimate of the -# generalization performance. As recall at the beginning of this notebook, it is +# generalization performance. As you recall at the beginning of this notebook, it is # beneficial to have a rough idea of the uncertainty of our estimated # generalization performance. Therefore, we should instead use an additional # cross-validation for this evaluation. From 350a40cb9e092762439c817dbc8befc64c431c83 Mon Sep 17 00:00:00 2001 From: Peter Steinbach Date: Thu, 14 Mar 2024 11:55:03 +0100 Subject: [PATCH 2/2] Update python_scripts/parameter_tuning_nested.py more refined start of sentence Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com> --- python_scripts/parameter_tuning_nested.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_scripts/parameter_tuning_nested.py b/python_scripts/parameter_tuning_nested.py index e7dd2a9f8..5c13cd28d 100644 --- a/python_scripts/parameter_tuning_nested.py +++ b/python_scripts/parameter_tuning_nested.py @@ -215,7 +215,7 @@ # ``` # # However, this evaluation only provides us a single point estimate of the -# generalization performance. As you recall at the beginning of this notebook, it is +# generalization performance. As you recall from the beginning of this notebook, it is # beneficial to have a rough idea of the uncertainty of our estimated # generalization performance. Therefore, we should instead use an additional # cross-validation for this evaluation.