-
Notifications
You must be signed in to change notification settings - Fork 2
/
iris.datasetDoc.json
59 lines (59 loc) · 1.29 KB
/
iris.datasetDoc.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"about":
{
"datasetID": "iris_dataset_1",
"datasetName":"Iris Dataset",
"humanSubjectsResearch": false,
"license":"CC",
"datasetSchemaVersion":"3.0",
"redacted":false
},
"dataResources":
[
{
"resID": "0",
"resPath": "tables/learningDoc.csv",
"resType": "table",
"resFormat": ["text/csv"],
"isCollection": false,
"columns":[
{
"colIndex": 0,
"colName": "d3mIndex",
"colType": "integer",
"role": ["index"]
},
{
"colIndex": 1,
"colName": "sepalLength",
"colType": "real",
"role": ["attribute"]
},
{
"colIndex": 2,
"colName": "sepalWidth",
"colType": "real",
"role": ["attribute"]
},
{
"colIndex": 3,
"colName": "petalLength",
"colType": "real",
"role": ["attribute"]
},
{
"colIndex": 4,
"colName": "petalWidth",
"colType": "real",
"role": ["attribute"]
},
{
"colIndex": 5,
"colName": "species",
"colType": "categorical",
"role": ["suggestedTarget"]
}
]
}
]
}