-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement download and caching utility for datasets (#214)
This commit adds support for downloading and caching datasets for future use. Supports a variety of archives, include zip, tar, tar.gz and more. The utility method is not automatically called currently. * Initial auto-download implementation * Improve auto-downloader implementation * Add tests for auto downloader * Add tests for caching mechanism * Add test for metadata download url usage over environment variable * Generalize port for test server * Add tests for tar.bz2 and tar.xz files * Add test for non-existent datasets * Clean up code and add docstrings * Fix incorrect param handling in dataset_base init
- Loading branch information
Showing
9 changed files
with
380 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.