-
Notifications
You must be signed in to change notification settings - Fork 137
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
Download Kaggle datasets #1487
Download Kaggle datasets #1487
Conversation
Signed-off-by: Ilya Trushkin <ilya.trushkin@intel.com>
Signed-off-by: Ilya Trushkin <ilya.trushkin@intel.com>
Signed-off-by: Ilya Trushkin <ilya.trushkin@intel.com>
Signed-off-by: Ilya Trushkin <ilya.trushkin@intel.com>
Signed-off-by: Ilya Trushkin <ilya.trushkin@intel.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1487 +/- ##
===========================================
- Coverage 80.85% 80.62% -0.24%
===========================================
Files 271 276 +5
Lines 30689 31320 +631
Branches 6197 6303 +106
===========================================
+ Hits 24815 25251 +436
- Misses 4489 4656 +167
- Partials 1385 1413 +28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but could you add document for download? This could be done in the separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but could you add test code more later?
It seems that we need to cover more lines in test code.
Summary
CVS-137601
Adds the downloading logic for Kaggle datasets.
258 pre-defined configurations are implemented.
Kaggle API has a request limit, so fetching the metadata for each dataset is still unresolved.
Checklist
License
Feel free to contact the maintainers if that's a concern.