From 4d483c0765c933d60fa2d6c9ef5acbcb4e63d93a Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Mon, 2 May 2022 23:01:53 -0400 Subject: [PATCH] fix: english correction --- piscine/week02/day03/ex06/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piscine/week02/day03/ex06/audit/README.md b/piscine/week02/day03/ex06/audit/README.md index 3c0d0b9..b743490 100644 --- a/piscine/week02/day03/ex06/audit/README.md +++ b/piscine/week02/day03/ex06/audit/README.md @@ -8,4 +8,4 @@ array([0, 0, 2, 1, 2, 0, 2, 1, 1, 1, 0, 1, 2, 0, 1, 1, 0, 0, 2, 2, 0, 0, and the score on the test set is **98%**. -**Note: Keep in mind that having a 98% accuracy is not common on real life data. Every time you have a score > 97% check that there's no leakage in the data. On financial data set, the ratio signal to noise is low. Trying to forecast stock prices is a difficult problem. Having an accuracy higher than 70% should be interpreted as a warning to check data leakage !** +**Note: Keep in mind that having a 98% accuracy is not common when working with real life data. Every time you have a score > 97% check that there's no leakage in the data. On financial data set, the ratio signal to noise is low. Trying to forecast stock prices is a difficult problem. Having an accuracy higher than 70% should be interpreted as a warning to check data leakage !**