Files
AIcode/test/module2_predictor/models/feature_info.txt
2026-04-02 19:52:38 +08:00

28 lines
714 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
CardioAI模型特征信息
==================================================
特征列表(按输入顺序):
1. age_years
2. bmi
3. ap_hi
4. ap_lo
5. gender
6. cholesterol
7. gluc
8. smoke
9. alco
10. active
特征说明:
- age_years: 年龄(岁),由原始天数转换而来
- bmi: 身体质量指数,计算公式:体重(kg) / (身高(m)^2)
- ap_hi: 收缩压mmHg
- ap_lo: 舒张压mmHg
- gender: 性别1=女性2=男性)
- cholesterol: 胆固醇水平1=正常2=高于正常3=极高)
- gluc: 血糖水平1=正常2=高于正常3=极高)
- smoke: 吸烟0=否1=是)
- alco: 饮酒0=否1=是)
- active: 体育活动0=否1=是)