Created
March 15, 2021 09:39
-
-
Save PranjalDureja0002/c74a023dce71e10dc344fc317df7fd6d to your computer and use it in GitHub Desktop.
fe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
train_d_inpatient['whether_admitted'] = 1 | |
train_d_outpatient['whether_admitted'] = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment