Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 502 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 502 Bytes

Length_Of_Stay

predict length of stay in a hospital

As a speed challenge, version 1 to be completed 18 hours from the time this line was added (by Aug 19, 2021 4 PM GMT)

Requires SQL Server and Conda already installed. run Make_Main_Env.bat to get python, R and required python and R libraries run Export_Most_Stringent_Dataset.py or Make_NonNull_Dataset.py python programs to generate the relevant data used to train and test the prediction model. run Predict_LOS.r to train and test the model.