Skip to content

Commit 3026704

Browse files
committed
added report_to the the cehr-xgpt command
1 parent 51d170f commit 3026704

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/MEDS_DEV/models/cehrxgpt/mimiciv/model.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ commands:
3333
--is_data_in_meds --inpatient_att_function_type day \
3434
--att_function_type day --include_inpatient_hour_token \
3535
--include_auxiliary_token --include_demographic_prompt \
36-
--meds_to_cehrbert_conversion_type MedsToBertMimic4
36+
--meds_to_cehrbert_conversion_type MedsToBertMimic4 \
37+
--report_to "None"
3738
3839
supervised:
3940
train: |-

src/MEDS_DEV/models/cehrxgpt/omop/model.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ commands:
3434
--att_function_type day --include_inpatient_hour_token \
3535
--include_auxiliary_token --include_demographic_prompt \
3636
--disconnect_problem_list_events \
37-
--meds_to_cehrbert_conversion_type MedsToCehrbertOMOP
37+
--meds_to_cehrbert_conversion_type MedsToCehrbertOMOP \
38+
--report_to "None"
3839
3940
supervised:
4041
train: |-

0 commit comments

Comments
 (0)