diff --git a/python_scripts/parameter_tuning_nested.py b/python_scripts/parameter_tuning_nested.py index 37fe73a9c..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 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.