Resources

This page lists some useful resources which you can use for the challenge.

Reproducible Code

Code submission are mandatory for all submitted papers. We recommend that you:

  • Archive your implementation using the Software Heritage Archive, which provides a permanent, citable identifier for source code. Include a link to the archived code in your paper.
  • Document your code appropriately
  • Have a README.md file which describes the exact steps to run your code. You can refer to the ML Code Completeness Checklist to write the README file and make sure your code submission is complete.
  • See this blog post on best practices for reproducibility.

Suggested Readings