From 3d4b843f7c7dd61dfa7f0802112d9a9890fd6b6e Mon Sep 17 00:00:00 2001 From: ArturoAmorQ Date: Tue, 18 Jun 2024 10:23:50 +0200 Subject: [PATCH] Non-related wording --- python_scripts/cross_validation_learning_curve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_scripts/cross_validation_learning_curve.py b/python_scripts/cross_validation_learning_curve.py index a337a8ed9..fd28140de 100644 --- a/python_scripts/cross_validation_learning_curve.py +++ b/python_scripts/cross_validation_learning_curve.py @@ -104,7 +104,7 @@ # # If we achieve a plateau and adding new samples in the training set does not # reduce the testing error, we might have reached the Bayes error rate using the -# available model. Using a more complex model might be the only possibility to +# available model. Using a more expressive model might be the only possibility to # reduce the testing error further. # # ## Summary