Skip to content

Commit

Permalink
Add kaggle_api.py (#674)
Browse files Browse the repository at this point in the history
This file is used in a bit less than 4000 notebooks. I've tried to remap
the functions to their CLI equivalents.

Some of the functions originally in this file separated file upload from
some other function, like dataset creation. Since the CLI functions
manage the upload, I did not implement those functions here, but left
instructions on what to use instead. Not ideal, but we don't want the
files getting uploaded twice.

This is completely untested, and I hope to fix that soon. The main items
that need testing are those that write a metadata file, or have a large
number of parameters.
  • Loading branch information
stevemessick authored Jan 15, 2025
1 parent 2435811 commit 7f674fe
Show file tree
Hide file tree
Showing 2 changed files with 1,244 additions and 0 deletions.
Loading

0 comments on commit 7f674fe

Please sign in to comment.