From a008f16e97b19c8bd1321e03fed5e5c9c1f75310 Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Mon, 2 May 2022 22:59:11 -0400 Subject: [PATCH] fix: formulation --- piscine/week02/day02/ex05/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piscine/week02/day02/ex05/audit/README.md b/piscine/week02/day02/ex05/audit/README.md index 39e30d4..61c6cbb 100644 --- a/piscine/week02/day02/ex05/audit/README.md +++ b/piscine/week02/day02/ex05/audit/README.md @@ -38,7 +38,7 @@ Score on test set: Only the 10 first predictions are outputted. The score is computed on all the data in the folds. For some reasons, you may have a different data splitting as mine. The requirement for this question is to have a score on the test set bigger than 92%. -If the score is 1, congratulation you've leaked your first target. Drop the target from the X_train or X_test ;) ! +If the score is 1, congratulate you peer, he's just leaked his first target. The target should be dropped from the X_train or X_test ;) ! ##### The question 4 is validated if the confusion matrix on the train set is similar to: @@ -54,4 +54,4 @@ array([[90, 2], [ 3, 45]]) ``` -As said, for some reasons, you may have slightly different results because of the data splitting. However, the values you have in the confusion matrix should be close to these results. +As said, for some reasons, the results may be slightly different from mine because of the data splitting. However, the values in the confusion matrix should be close to these results.