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
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
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
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