From 564e7be090dbfe231bd4dd2e71b1f4cd78475085 Mon Sep 17 00:00:00 2001 From: "b.ghazlane" Date: Wed, 21 Apr 2021 00:04:52 +0200 Subject: [PATCH] fix: correct precision and recall ex4 --- one_md_per_day_format/piscine/Week2/day4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/one_md_per_day_format/piscine/Week2/day4.md b/one_md_per_day_format/piscine/Week2/day4.md index 2eaae75..e04f91f 100644 --- a/one_md_per_day_format/piscine/Week2/day4.md +++ b/one_md_per_day_format/piscine/Week2/day4.md @@ -193,8 +193,8 @@ classifier.fit(X_train_scaled, y_train) F1 on the test set: 0.9801324503311258 Accuracy on the test set: 0.9736842105263158 - Recall on the test set: 0.9736842105263158 - Precision on the test set: 0.9866666666666667 + Recall on the test set: 0.9866666666666667 + Precision on the test set: 0.9736842105263158 ROC_AUC on the test set: 0.9863247863247864 ```