We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9170658 commit e4e7e0bCopy full SHA for e4e7e0b
testing/tasks/heart_disease.py
@@ -53,7 +53,7 @@ class HeartDiseaseInput(dspy.Signature):
53
trestbps = dspy.InputField(
54
desc="Resting blood pressure (in mm Hg on admission to the hospital)"
55
)
56
- chol = dspy.InputField(desc="Serum cholesterol in mg/dl")
+ chol = dspy.InputField(desc="Serum cholesterol in mg/dl") # Nov 2nd, 2024: fixed typo from `cholesteral`
57
fbs = dspy.InputField(desc="Fasting blood sugar > 120 mg/dl (true or false)")
58
restecg = dspy.InputField(
59
desc="Resting electrocardiographic results (normal, ST-T wave abnormality, left ventricular hypertrophy)"
0 commit comments