From 630c535e44a01fde8557ae61a14b68ab519e0b17 Mon Sep 17 00:00:00 2001 From: ArturoAmorQ Date: Tue, 6 Feb 2024 17:38:47 +0100 Subject: [PATCH] tweak --- python_scripts/cross_validation_stratification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_scripts/cross_validation_stratification.py b/python_scripts/cross_validation_stratification.py index af4b8e5f7..45414ba78 100644 --- a/python_scripts/cross_validation_stratification.py +++ b/python_scripts/cross_validation_stratification.py @@ -262,7 +262,7 @@ # metrics that depend on the proportion of the positive class, as we # will see in a future notebook. # -# In conclusion, this is a good practice to use stratification within the +# In conclusion, it is a good practice to use stratification within the # cross-validation framework when dealing with a classification problem, # especially for datasets with imbalanced classes or when the class distribution # is crucial for model evaluation. This approach provides a more realistic