From 760097ab13ee89ef3387be1361fb77c46e4429c4 Mon Sep 17 00:00:00 2001 From: MoritzSiem Date: Fri, 6 Jun 2025 15:39:45 +0200 Subject: [PATCH] train/test split commentaire --- naive_bayes.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/naive_bayes.ipynb b/naive_bayes.ipynb index b38b57b..9ff8386 100644 --- a/naive_bayes.ipynb +++ b/naive_bayes.ipynb @@ -692,9 +692,9 @@ "A stratified split help preserve the original proportion of healthy and sick patients in train and test sample (to ensure the model isn't trained with an overbearing class)\n", "The sets have the following size:\n", "- **Training set** : 81 observations\n", - "- **Test set** : 24 observations\n", + "- **Test set** : 35 observations\n", "\n", - "This is a standard 80/20 split" + "This is a standard 70/30 split" ] }, {