Error during submission

I tried to make a submission but I have an error “LocalEvaluationError: install.ipynb failed to execute” yet the notebook runs fine locally.

What should I do?

Hello @TP1

If you are getting LocalEvaluationError, there is a good chance that the submission will fail to evaluate on our side as well.

Normally, you would also see a traceback having more details about why the evaluation failed. Can you see if you can find anything useful there?

Can you check if your notebook follows the starter kit template? For more information on this, please refer to this discussion.

1 Like

My notebook follows the template of the starter kit perfectly. The error details state that the ‘diagnosis’ column does not exist, while the notebook works fine up to the local prediction…