From 1d96e6517848b50f5105598b8bd4d731402637d1 Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Wed, 31 Aug 2022 23:59:10 -0400 Subject: [PATCH] fix audit q1 --- piscine/week02/day03/ex05/audit/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/piscine/week02/day03/ex05/audit/README.md b/piscine/week02/day03/ex05/audit/README.md index a69e57b..7f6c380 100644 --- a/piscine/week02/day03/ex05/audit/README.md +++ b/piscine/week02/day03/ex05/audit/README.md @@ -3,14 +3,14 @@ ##### The question 1 is validated if the number of unique values per feature outputted are: ```console -age 3 -menopause 11 -tumor-size 7 -inv-nodes 2 -node-caps 3 -deg-malig 2 -breast 5 -breast-quad 2 +age 6 +menopause 3 +tumor-size 11 +inv-nodes 6 +node-caps 2 +deg-malig 3 +breast 2 +breast-quad 5 irradiat 2 dtype: int64 ``` @@ -58,4 +58,4 @@ array([[1., 0., 1., 0., 0., 1., 0., 0., 0., 1., 0., 1., 0., 2., 2., 0., 1.], [1., 0., 1., 0., 0., 1., 0., 0., 0., 1., 0., 1., 0., 2., 2., 0., 0.]]) -``` \ No newline at end of file +```