You will create a diagnosis machine to classify a patient's smoking status
Your Goal: Your task is to use binary classification to predict a patient's smoking status given information about various other health indicators. Good luck!
Submissions are evaluated on area under the ROC curve between the predicted probability and the observed target.
For each id in the test set, you must predict the probability for the target variable smoking. The file should contain a header and have the following format:
id,smoking
159256,0.5
159257,0.5
159258,0.5
etc.