yashriva commited on
Commit
8ba5ac7
1 Parent(s): be78bf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -2,6 +2,28 @@
2
  datasets:
3
  - scikit-learn/iris
4
  pipeline_tag: tabular-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  ## Usage
 
2
  datasets:
3
  - scikit-learn/iris
4
  pipeline_tag: tabular-classification
5
+ widget:
6
+ structuredData:
7
+ SepalLengthCm:
8
+ - 5.1
9
+ - 4.9
10
+ - 6.2
11
+ SepalWidthCm:
12
+ - 3.5
13
+ - 3.0
14
+ - 3.4
15
+ PetalLengthCm:
16
+ - 1.4
17
+ - 1.4
18
+ - 5.4
19
+ PetalWidthCm:
20
+ - 0.2
21
+ - 0.2
22
+ - 2.3
23
+ target:
24
+ - 0
25
+ - 0
26
+ - 2
27
  ---
28
 
29
  ## Usage