HealthBuddy_ml / explain_config.json
anilsuthar2004's picture
initial commit
d339dff verified
{
"feature_labels": {
"age": "Age",
"sex": "Sex",
"bmi": "BMI",
"waist": "Waist Circumference",
"systolic_bp": "Systolic BP",
"diastolic_bp": "Diastolic BP",
"heart_rate": "Heart Rate",
"history": "Medical History",
"total_cholesterol": "Total Cholesterol",
"ldl": "LDL Cholesterol",
"hdl": "HDL Cholesterol",
"triglycerides": "Triglycerides",
"fasting_glucose": "Fasting Glucose",
"hba1c": "HbA1c",
"smoking": "Smoking Status",
"activity": "Physical Activity",
"stress": "Stress Level",
"salt_intake": "Salt Intake",
"pulse_pressure": "Pulse Pressure",
"chol_hdl_ratio": "Cholesterol/HDL Ratio",
"glucose_bmi_index": "Glucose-BMI Index",
"mean_arterial_pressure": "Mean Arterial Pressure",
"atherogenic_index": "Atherogenic Index (log TG/HDL)",
"ldl_pattern_b_flag": "LDL Pattern B Flag",
"framingham_proxy": "Framingham Risk Proxy",
"age_smoking": "Age\u00d7Smoking Interaction",
"visceral_fat_index": "Visceral Fat Index",
"cardio_stress_score": "Cardiovascular Stress Score",
"metabolic_syndrome_score": "Metabolic Syndrome Score",
"sodium_age_index": "Sodium-Age Index",
"waist_height_ratio": "Waist-Height Ratio",
"homa_ir_proxy": "HOMA-IR Proxy",
"tyg_index": "TyG Index (Insulin Resistance)",
"insulin_resistance_score": "Insulin Resistance Score"
},
"clinical_thresholds": {
"systolic_bp": {
"high": 130,
"very_high": 140,
"unit": "mmHg",
"direction": "high_bad"
},
"diastolic_bp": {
"high": 80,
"very_high": 90,
"unit": "mmHg",
"direction": "high_bad"
},
"fasting_glucose": {
"high": 100,
"very_high": 126,
"unit": "mg/dL",
"direction": "high_bad"
},
"hba1c": {
"high": 5.7,
"very_high": 6.5,
"unit": "%",
"direction": "high_bad"
},
"bmi": {
"high": 25,
"very_high": 30,
"unit": "kg/m\u00b2",
"direction": "high_bad"
},
"total_cholesterol": {
"high": 200,
"very_high": 240,
"unit": "mg/dL",
"direction": "high_bad"
},
"ldl": {
"high": 130,
"very_high": 160,
"unit": "mg/dL",
"direction": "high_bad"
},
"hdl": {
"low": 60,
"very_low": 40,
"unit": "mg/dL",
"direction": "low_bad"
},
"triglycerides": {
"high": 150,
"very_high": 200,
"unit": "mg/dL",
"direction": "high_bad"
},
"heart_rate": {
"high": 90,
"very_high": 100,
"unit": "bpm",
"direction": "high_bad"
},
"atherogenic_index": {
"high": 0.11,
"very_high": 0.21,
"unit": "",
"direction": "high_bad"
},
"tyg_index": {
"high": 8.5,
"very_high": 9.0,
"unit": "",
"direction": "high_bad"
}
}
}