-
Notifications
You must be signed in to change notification settings - Fork 0
/
input_data.json
45 lines (45 loc) · 1006 Bytes
/
input_data.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
{
"version": "0.2.0",
"data": [
{
"num_preg":1,
"glucose_conc":103,
"diastolic_bp":80,
"thickness":11,
"insulin":82,
"bmi":19.4,
"diab_pred":0.491,
"age":22
},
{
"num_preg":1,
"glucose_conc":101,
"diastolic_bp":50,
"thickness":15,
"insulin":36,
"bmi":24.2,
"diab_pred":0.526,
"age":26
},
{
"num_preg":5,
"glucose_conc":88,
"diastolic_bp":66,
"thickness":21,
"insulin":23,
"bmi":24.4,
"diab_pred":0.342,
"age":30
},
{
"num_preg":8,
"glucose_conc":176,
"diastolic_bp":90,
"thickness":34,
"insulin":300,
"bmi":33.7,
"diab_pred":0.467,
"age":58
}
]
}