InHospitalMortalityMIMIC3 Task
Source:R/Task_InHospitalMortalityMIMIC3.R
InHospitalMortalityMIMIC3.RdTask for predicting in-hospital mortality using MIMIC-III 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 -> InHospitalMortalityMIMIC3
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 for MIMIC-III.
Methods
Method call()
Main processing method to generate samples.