--- datasets: - scikit-learn/iris widget: structuredData: SepalLengthCm: - 5.1 - 4.9 - 6.2 SepalWidthCm: - 3.5 - 3 - 3.4 PetalLengthCm: - 1.4 - 1.4 - 5.4 PetalWidthCm: - 0.2 - 0.2 - 2.3 target: - 0 - 0 - 2 pipeline_tag: tabular-classification ---