Hello,
Could somebody please tell me as to how to make the submission of my file in “float64” rather than “int64” ?
Hello,
Could somebody please tell me as to how to make the submission of my file in “float64” rather than “int64” ?
Hi @ry05,
You need to take predict_proba() instead of predict().
That will give probability values.
Then write it in a csv with the patient_id and submit.