From 2df765dd39c21ad1b0b6f24a1e73c19bea116426 Mon Sep 17 00:00:00 2001 From: Tanuj Vishnoi Date: Thu, 8 Nov 2018 23:34:47 +0530 Subject: [PATCH] False Positives and negatives done --- .../README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Part 3 - Classification/Section 21 - Evaluating Classification Models Performance/README.md diff --git a/Part 3 - Classification/Section 21 - Evaluating Classification Models Performance/README.md b/Part 3 - Classification/Section 21 - Evaluating Classification Models Performance/README.md new file mode 100644 index 0000000..b5f41a7 --- /dev/null +++ b/Part 3 - Classification/Section 21 - Evaluating Classification Models Performance/README.md @@ -0,0 +1,4 @@ +# False Positive and Negatives + +1) False Positive(Type 1 error): We predicted a positive outcome but it was false. Predicted an effet that did not occur. [Less Dangerous] +2) False Negative(Type 2 error): We predicted that there won't be any effect but it actually did occur. Our prediction was negative. [More Dangerous]