# Right submission format

**URL:** https://community.drivendata.org/t/right-submission-format/3562
**Category:** Warm Up: Machine Learning with a Heart
**Created:** [August 5, 2019, 6:03pm UTC](https://community.drivendata.org/t/right-submission-format/3562 "2019-08-05T18:03:42Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ry05](https://avatars.discourse-cdn.com/v4/letter/r/77aa72/32.png) [@ry05](https://community.drivendata.org/u/ry05)
#### Post date: [August 5, 2019, 6:03pm UTC](https://community.drivendata.org/t/right-submission-format/3562/1 "2019-08-05T18:03:43Z")

</div>

Hello,

Could somebody please tell me as to how to make the submission of my file in “float64” rather than “int64” ?

---

<div class="post-metadata">

### Author: ![Manoj\_Kumar](https://avatars.discourse-cdn.com/v4/letter/m/ecd19e/32.png) [@Manoj\_Kumar](https://community.drivendata.org/u/Manoj_Kumar)
#### Post date: [August 6, 2019, 2:20am UTC](https://community.drivendata.org/t/right-submission-format/3562/2 "2019-08-06T02:20:43Z")

</div>

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.
