From 199c5952c980629c8f702462ffc7f62e9bff8a42 Mon Sep 17 00:00:00 2001 From: chadhat <tarun@ethz.ch> Date: Thu, 21 Mar 2019 14:59:22 +0100 Subject: [PATCH] Update 04_measuring_quality_of_a_classifier.ipynb --- 04_measuring_quality_of_a_classifier.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_measuring_quality_of_a_classifier.ipynb b/04_measuring_quality_of_a_classifier.ipynb index 913a4dd..914bf43 100644 --- a/04_measuring_quality_of_a_classifier.ipynb +++ b/04_measuring_quality_of_a_classifier.ipynb @@ -192,7 +192,7 @@ "\n", "### Optional exercise\n", "\n", - "1.2 Assume the previously described test also produces wrong results on not-infected people, such that 5 out of 10000 will be diagnosed as infected. Compute the confusion matrix and the accuracy of this test." + "1.3 Assume the previously described test also produces wrong results on not-infected people, such that 5 out of 10000 will be diagnosed as infected. Compute the confusion matrix and the accuracy of this test." ] }, { -- GitLab