I submitted 2 CSV files. The first one contained certified dates extracted from the documents. I checked samples of them and they were almost all correct - this file gave me a score of 0.708. However, my gut feeling told me there was a problem, so I submitted the same file again but replaced all values in the "Certified Date" column with today's date (24/08/2025). Guess what? I got exactly the same score: 0.708.
@Amy_Bray @AJoel are you sure the backend code for metric calculation is correct as described in the Info page ?
BTW i kept the format as the train file format dd/mm/yyy.
Try the format in the sample submission
this is the format in my file 19/01/2019 04/04/2019 16/07/2019 18/02/2020 15/07/2020 24/09/2020 20/09/2021 07/12/2020 same as the samplesubmission file
Really? On my end it appears as "2020-09-16"
They are all strings right?
OMG i doubled check the samplesubmission file when i download it it was in this format dd/mm/yyyy
Try submitting in this format "yyyy-mm-dd" as string, dash not slash and check fir improvement in
thank you now it works thank you so much
No problem brother 🙏, good luck 👍
this is the format in my file 19/01/2019 04/04/2019 16/07/2019 18/02/2020 15/07/2020 24/09/2020 20/09/2021 07/12/2020 same as the samplesubmission file