-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add config to include data from health records only + update experime…
…nt commands to include new data config
- Loading branch information
1 parent
22a4da9
commit 6202f22
Showing
2 changed files
with
48 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# @package _global_ | ||
|
||
task: | ||
tabular_attrs: | ||
# Attributes from patient records unrelated to echocardiogram exams | ||
- age | ||
- sex | ||
- bmi | ||
- hf | ||
- cad | ||
- pad | ||
- stroke | ||
- tobacco | ||
- diabetes | ||
- dyslipidemia | ||
- etiology | ||
- ddd | ||
- bradycardic | ||
- ace_inhibitor | ||
- arb | ||
- tz_diuretic | ||
- central_acting | ||
- beta_blocker | ||
- spironolactone | ||
- alpha_blocker | ||
- ccb | ||
- sbp_24 | ||
- dbp_24 | ||
- pp_24 | ||
- ht_severity | ||
- ht_grade | ||
- creat | ||
- gfr | ||
- nt_probnp | ||
- nt_probnp_group | ||
|
||
time_series_attrs: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters