From 4aeadb72d9a2c17852d3e3c8389c959329017b47 Mon Sep 17 00:00:00 2001 From: Peter Steinbach Date: Tue, 26 Nov 2024 15:48:15 +0100 Subject: [PATCH] better formulation to wrap-up --- python_scripts/cross_validation_time.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_scripts/cross_validation_time.py b/python_scripts/cross_validation_time.py index 3328f6742..dd65812b4 100644 --- a/python_scripts/cross_validation_time.py +++ b/python_scripts/cross_validation_time.py @@ -220,5 +220,5 @@ # %% [markdown] # In conclusion, it is really important to not use an out of the shelves # cross-validation strategy which do not respect some assumptions such as having -# i.i.d data. It might lead to absurd results which could make think that a -# predictive model might work. +# i.i.d data. It might lead to absurd results. These absurd results can make you +# think that a predictive model might work while it is not doing so in practice.