Browse Source

fix: correct precision and recall ex4

pull/9/head
b.ghazlane 3 years ago
parent
commit
564e7be090
  1. 4
      one_md_per_day_format/piscine/Week2/day4.md

4
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
```

Loading…
Cancel
Save