Please note that the code submission module creates error logs for every failed submission.
We recommend examining all available logs for debugging failed
submissions.
A recurring error for participants is:
TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule safe
This error occurs when the predict function in model.py does not return a type float.
In “Download output from prediction step” you can see what the model predicts for every window.
Good luck,
MAFAT Challenge Team