Data
COVID-19-Hospitals-Treatment-Plan

COVID-19-Hospitals-Treatment-Plan

active ARFF CC0: Public Domain Visibility: public Uploaded 23-03-2022 by Onur Yildirim
0 likes downloaded by 0 people , 0 total downloads 0 issues 0 downvotes
  • Computer Systems Machine Learning
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Context The COVID-19 pandemic has placed an unprecedented strain on health systems, with rapidly increasing demand for healthcare in hospitals and intensive care units (ICUs) worldwide. As the pandemic escalates, determining the resulting needs for healthcare resources (beds, staff, equipment) has become a key priority for many countries. Projecting future demand requires estimates of how long patients with COVID-19 need different levels of hospital care. While healthcare management has various use cases for using data science, patient length of stay is one critical parameter to observe and predict if one wants to improve the efficiency of the healthcare management in a hospital. This parameter helps hospitals to identify patients of high LOS risk (patients who will stay longer) at the time of admission. Once identified, patients with high LOS risk can have their treatment plan optimized to miminize LOS and lower the chance of staff/visitor infection. Also, prior knowledge of LOS can aid in logistics such as room and bed allocation planning. The problem is to manage the functioning of Hospitals in a professional and optimal manner. Content The task is to accurately predict the Length of Stay for each patient on case by case basis so that the Hospitals can use this information for optimal resource allocation and better functioning. The length of stay is divided into 11 different classes ranging from 0-10 days to more than 100 days. Data : host_train.csv File containing features related to patient, hospital and Length of stay on case basis For each record in the dataset the following is provided:: case_id Hospital Hospital_type Hospital_city Hospital_region Available-Extra-Rooms-in-Hospital Number of Extra rooms available in the Hospital Department Department overlooking the case ['radiotherapy' 'anesthesia' 'gynecology' 'TB Chest disease' 'surgery'] Ward_Type ['R' 'S' 'Q' 'P' 'T' 'U'] Ward_Facility ['F' 'E' 'D' 'B' 'A' 'C'] Bed_Grade Condition of Bed in the Ward patientid CityCodePatient City Code for the patient Type of Admission Admission Type registered by the Hospital ['Emergency' 'Trauma' 'Urgent'] Illness_Severity Severity of the illness recorded at the time of admission ['Extreme' 'Moderate' 'Minor'] Patient_Visitors Age Age category ['51-60' '71-80' '31-40' '41-50' '81-90' '61-70' '21-30' '11-20' '0-10' '91-100'] Admission_Deposit Deposit at the Admission Time Stay_Days Stay Days by the patient (target) ['0-10' '41-50' '31-40' '11-20' '51-60' '21-30' '71-80' 'More than 100 Days' '81-90' '61-70' '91-100'] Starter Kernels EDA and Random Forest Benchmark Inspiration Predict the Length of Stay for each patient Interpret best model(s) and mine influence factors in LOS risk More References COVID-19 length of hospital stay A retrospective cohort study in a Fangcang shelter hospital

18 features

case_idnumeric318438 unique values
0 missing
Hospitalnumeric32 unique values
0 missing
Hospital_typenumeric7 unique values
0 missing
Hospital_citynumeric11 unique values
0 missing
Hospital_regionnumeric3 unique values
0 missing
Available_Extra_Rooms_in_Hospitalnumeric18 unique values
0 missing
Departmentstring5 unique values
0 missing
Ward_Typestring6 unique values
0 missing
Ward_Facilitystring6 unique values
0 missing
Bed_Gradenumeric4 unique values
113 missing
patientidnumeric92017 unique values
0 missing
City_Code_Patientnumeric37 unique values
4532 missing
Type_of_Admissionstring3 unique values
0 missing
Illness_Severitystring3 unique values
0 missing
Patient_Visitorsnumeric28 unique values
0 missing
Agestring10 unique values
0 missing
Admission_Depositnumeric7300 unique values
0 missing
Stay_Daysstring11 unique values
0 missing

19 properties

318438
Number of instances (rows) of the dataset.
18
Number of attributes (columns) of the dataset.
Number of distinct values of the target attribute (if it is nominal).
4645
Number of missing values in the dataset.
4645
Number of instances with at least one value missing.
11
Number of numeric attributes.
0
Number of nominal attributes.
0
Number of attributes divided by the number of instances.
61.11
Percentage of numeric attributes.
Percentage of instances belonging to the most frequent class.
0
Percentage of nominal attributes.
Number of instances belonging to the most frequent class.
Percentage of instances belonging to the least frequent class.
Number of instances belonging to the least frequent class.
0
Number of binary attributes.
0
Percentage of binary attributes.
1.46
Percentage of instances having missing values.
Average class difference between consecutive instances.
0.08
Percentage of missing values.

0 tasks

Define a new task