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:
```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.]])
```
```

Loading…
Cancel
Save