Datasets:
Commit
·
d5a8307
1
Parent(s):
fbdbad3
Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,7 @@ Some changes were made to the dataset to save the user from extra lines of data
|
|
40 |
- removed `id` column
|
41 |
- `species` column is casted to ClassLabel (supports `ClassLabel.int2str()` and `ClassLabel.str2int()`)
|
42 |
- cast feature columns from `float64` down to `float32`
|
|
|
43 |
|
44 |
## Iris Species Dataset
|
45 |
|
|
|
40 |
- removed `id` column
|
41 |
- `species` column is casted to ClassLabel (supports `ClassLabel.int2str()` and `ClassLabel.str2int()`)
|
42 |
- cast feature columns from `float64` down to `float32`
|
43 |
+
- rename feature names to snake-case
|
44 |
|
45 |
## Iris Species Dataset
|
46 |
|