Procedures

We omit procedures because, similar to the tests, they often occur post-prediction time:

proc_cols = [
'PROC','BPAP','BLADCATH','CASTSPLINT','CENTLINE',
'CPR','ENDOINT','INCDRAIN','IVFLUIDS','LUMBAR',
'NEBUTHER','PELVIC','SKINADH','SUTURE','OTHPROC',
'TOTPROC'
]

X_train.drop(proc_cols, axis=1, inplace=True)
X_test.drop(proc_cols, axis=1, inplace=True)
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset