Datasets:
Commit
·
fa62476
1
Parent(s):
81c1137
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ configs:
|
|
34 |
|
35 |
# Note
|
36 |
|
37 |
-
The Iris dataset is the
|
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 one of the most popular datasets used for demonstrating simple 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
|