Dear CTPD team,
Hello! After using the specific task creation commands to generate the in-hospital mortality, decompensation, length-of-stay, phenotyping, and multitask tasks, I obtained the corresponding train and test folders, as well as the test_listfile.csv, train_listfile.csv, and val_listfile.csv files.
In the command to create pickle files, there are five tasks: ihm, pheno, readm, delirium, and oud. Do these five tasks correspond to the tasks I previously created using the specific commands? For example, does ihm correspond to in-hospital-mortality?
When I run the command:
python -m mimic3models.create_iiregular_ts --task ihm
I encounter the following error:
ValueError: too many values to unpack (expected 2)
My train_listfile.csv file for in-hospital-mortality contains four columns: stay, period_length, stay_id, and y_true. Could you please let me know if there is something wrong with my process?
Dear CTPD team,
Hello! After using the specific task creation commands to generate the in-hospital mortality, decompensation, length-of-stay, phenotyping, and multitask tasks, I obtained the corresponding train and test folders, as well as the test_listfile.csv, train_listfile.csv, and val_listfile.csv files.
In the command to create pickle files, there are five tasks: ihm, pheno, readm, delirium, and oud. Do these five tasks correspond to the tasks I previously created using the specific commands? For example, does ihm correspond to in-hospital-mortality?
When I run the command:
python -m mimic3models.create_iiregular_ts --task ihm
I encounter the following error:
ValueError: too many values to unpack (expected 2)
My train_listfile.csv file for in-hospital-mortality contains four columns: stay, period_length, stay_id, and y_true. Could you please let me know if there is something wrong with my process?