zeroMN commited on
Commit
4cf4ce0
·
verified ·
1 Parent(s): bf45534

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- beast_cancer_wisconsin_original = fetch_ucirepo(id=15)
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