Datasets:
Commit
·
fbdbad3
1
Parent(s):
93daf28
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ size_categories:
|
|
| 34 |
|
| 35 |
# Note
|
| 36 |
|
| 37 |
-
The Iris dataset is
|
| 38 |
|
| 39 |
Some changes were made to the dataset to save the user from extra lines of data transformation code, notably:
|
| 40 |
- removed `id` column
|
|
|
|
| 34 |
|
| 35 |
# Note
|
| 36 |
|
| 37 |
+
The Iris dataset is the canonically used for basic classification models. This dataset was copied and transformed from `scikit-learn/iris` to be more native to huggingface.
|
| 38 |
|
| 39 |
Some changes were made to the dataset to save the user from extra lines of data transformation code, notably:
|
| 40 |
- removed `id` column
|