Meta-learning from Learning Curves Forum

Go back to competition Back to thread list Post in this thread

> Unable to debug submission

Hello,

We are unable to see the ingestion logs or the detailed results for our submissions. Additionally, we see a constant warning that the .csv files for the test datasets are not found in the scoring output log. As a result, we are unable to debug why we are getting a score of 0.0 online as compared to the scores we see locally when we test the script. Could you please help us understand if, and where, we are making an error when submitting our code?

Thank you in advance.

Best,
Aditya

Posted by: amsks @ Feb. 16, 2022, 1:42 p.m.

Hi,

We see that you did not submit your agent correctly.
You need to zip both the agent and the metadata file as guided in the README file.

Best regards,
Hung

Posted by: hungnm @ Feb. 16, 2022, 2:21 p.m.

Hi,

Thank you for the reply! We tried submitting the metadata file following the format in the sample submissions, as well as the format shown in the scoring program folder, but the submissions are failing. Could you please help us in understanding where we are going wrong?

Best regards,
Aditya

Posted by: amsks @ Feb. 17, 2022, 7:40 a.m.

Hi,

You can go to the "Error log" in the "Ingestion Step" to find out what the problems are.

Concerning your specific error, it seems like "import sklearn.linear_model" would help.

For any libraries you may want to use, please zip them together with your agent.

Best regards,
Hung

Posted by: hungnm @ Feb. 17, 2022, 5:04 p.m.
Post in this thread