Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ You need to use separate code, audio, text, and natural language together with t
|
|
57 |
```python
|
58 |
from ucimlrepo import fetch_ucirepo
|
59 |
fetch dataset
|
60 |
-
|
61 |
|
62 |
data (as pandas dataframes)
|
63 |
X = breast_cancer_wisconsin_original.data.features
|
|
|
57 |
```python
|
58 |
from ucimlrepo import fetch_ucirepo
|
59 |
fetch dataset
|
60 |
+
breast_cancer_wisconsin_original = fetch_ucirepo(id=15)
|
61 |
|
62 |
data (as pandas dataframes)
|
63 |
X = breast_cancer_wisconsin_original.data.features
|