Browse Source

fix audit q1

pull/63/head
brad-gh 2 years ago committed by eslopfer
parent
commit
1d96e65178
  1. 18
      piscine/week02/day03/ex05/audit/README.md

18
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: ##### The question 1 is validated if the number of unique values per feature outputted are:
```console ```console
age 3 age 6
menopause 11 menopause 3
tumor-size 7 tumor-size 11
inv-nodes 2 inv-nodes 6
node-caps 3 node-caps 2
deg-malig 2 deg-malig 3
breast 5 breast 2
breast-quad 2 breast-quad 5
irradiat 2 irradiat 2
dtype: int64 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.],
[1., 0., 1., 0., 0., 1., 0., 0., 0., 1., 0., 1., 0., 2., 2., 0., [1., 0., 1., 0., 0., 1., 0., 0., 0., 1., 0., 1., 0., 2., 2., 0.,
0.]]) 0.]])
``` ```

Loading…
Cancel
Save