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