File size: 2,056 Bytes
9b51627
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
60
61
62
63
64
65
66
67
68
69
70
{
  "numeric_cols": [
    "Height (cm)",
    "Weight (kg)",
    "BMI",
    "Weekly consumption of vegetables (portions)",
    "Weekly consumption of fruits (portions)",
    "Weekly consumption of whole grains (portions)",
    "Weekly consumption of animal proteins (portions)",
    "Weekly consumption of plant proteins (portions)",
    "Weekly consumption of dairy products (portions)",
    "Weekly consumption of fermented foods (portions)",
    "Daily water intake (liters)",
    "Weekly frequency of physical activity (per week)",
    "Average sleep hours (hours)",
    "Stress level (1-10 scale)"
  ],
  "categorical_cols": [
    "Medical conditions",
    "Medications in use",
    "Residential Address",
    "Previous gastrointestinal issues",
    "Family history of diseases",
    "Previous surgeries",
    "Previous therapies",
    "Frequency of bowel movements",
    "Stool consistency (Bristol scale)",
    "Presence of bloating",
    "Presence of gas",
    "Presence of abdominal pain",
    "Difficult digestion",
    "Known intolerances",
    "Food allergies",
    "Current diet",
    "Alcohol consumption",
    "Meal times",
    "Physical activity type",
    "Smoking status (Yes/No, quantity)",
    "Recent use of antibiotics",
    "Regular medications",
    "Diagnosed conditions",
    "Abdominal surgeries",
    "Relevant family history",
    "Probiotics",
    "Prebiotics",
    "Vitamins",
    "Minerals",
    "Other supplements",
    "Current status of microbiota",
    "Intestinal health indicators",
    "Comparison with optimal values",
    "Supplement Plan - Recommended products",
    "Supplement Plan - Dosages and timings",
    "Supplement Plan - Intake tracking",
    "Supplement Plan - Automatic reminders",
    "Meal Plan - Recommended/avoided foods",
    "Weekly menu",
    "Personalized recipes"
  ],
  "output_dims": {
    "BMI": 1,
    "Intestinal health indicators": 5,
    "Comparison with optimal values": 3
  },
  "target_cols": [
    "BMI",
    "Intestinal health indicators",
    "Comparison with optimal values"
  ]
}