InHospitalMortalityMIMIC4 Task
Source:R/Task_InHospitalMortalityMIMIC4.R
InHospitalMortalityMIMIC4.RdTask for predicting in-hospital mortality using MIMIC-IV dataset. This task leverages lab results from the first 48 hours of an admission to predict the likelihood of in-hospital mortality.
Super class
RHealth::BaseTask -> InHospitalMortalityMIMIC4
Public fields
task_nameThe name of the task.
input_schemaThe schema for input data.
output_schemaThe schema for output data.
labelThe name of the label column.
LABITEMSA list of lab item IDs used in this task.
Methods
Method call()
Main processing method to generate samples.