Skip to content

Commit

Permalink
added meds_exclude_tables to the login meds_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoPang committed Oct 28, 2024
1 parent 4c93a7a commit f9eb37c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def create_dataset_from_meds_reader(
LOG.info("The inpatient_att_function_type: %s", data_args.inpatient_att_function_type)
LOG.info("The include_auxiliary_token: %s", data_args.include_auxiliary_token)
LOG.info("The include_demographic_prompt: %s", data_args.include_demographic_prompt)
LOG.info("The meds_exclude_tables: %s", "\n".join(data_args.meds_exclude_tables))

train_dataset = _create_cehrbert_data_from_meds(
data_args=data_args,
Expand Down

0 comments on commit f9eb37c

Please sign in to comment.