train/test split commentaire

This commit is contained in:
MoritzSiem
2025-06-06 15:39:45 +02:00
committed by GitHub
parent ad69fe34e8
commit 760097ab13

View File

@@ -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"
]
},
{