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