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 +```