File size: 539 Bytes
3937b25 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
dataset_info:
features:
- name: Id
dtype: int64
- name: SepalLengthCm
dtype: float64
- name: SepalWidthCm
dtype: float64
- name: PetalLengthCm
dtype: float64
- name: PetalWidthCm
dtype: float64
- name: Species
dtype: string
splits:
- name: train
num_bytes: 8600
num_examples: 150
download_size: 4333
dataset_size: 8600
---
# Dataset Card for "iris"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |