Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Auto kaggle delivery #7

Open
4 of 5 tasks
SverreNystad opened this issue Sep 22, 2023 · 2 comments
Open
4 of 5 tasks

Auto kaggle delivery #7

SverreNystad opened this issue Sep 22, 2023 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@SverreNystad
Copy link
Owner

SverreNystad commented Sep 22, 2023

For our machine learning course, we frequently need to submit our results to Kaggle. The process of manually submitting can become tedious and time-consuming, especially when we're iterating over models and want to see how they perform on the leaderboard.

To streamline this process, it would be highly beneficial to have a script (e.g., deliver_to_kaggle.py) that automates the submission of our results to Kaggle.

Acceptance criteria:

  • The script should accept the name of the submission CSV file as an argument.
  • It should use the Kaggle API to submit the results.
  • Upon successful submission, it should print a confirmation message along with the current leaderboard rank (if possible).
  • Handle errors gracefully, e.g., if the CSV format is incorrect, the Kaggle API key is missing, or there's a network issue.
  • It should also take the most recent submission and send it when no filename is given
@SverreNystad
Copy link
Owner Author

There is a bug:
image

@SverreNystad SverreNystad self-assigned this Sep 23, 2023
@SverreNystad SverreNystad added enhancement New feature or request bug Something isn't working labels Sep 23, 2023
@SverreNystad
Copy link
Owner Author

My plan to solve this issue is to ask Teaching Assistant 26.09.2023 to help in this matter

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant