datasets icon indicating copy to clipboard operation
datasets copied to clipboard

Fix bug #5044: Amazon dataset URLs are invalid!

Open xei opened this issue 10 months ago • 3 comments

Thank you for your contribution!

Please read https://www.tensorflow.org/datasets/contribute#pr_checklist to make sure your PR follows the guidelines.

Add Dataset

  • Dataset Name:
  • Issue Reference:
  • dataset_info.json Gist:

Description

Checklist

  • [x] Address all TODO's
  • [x] Add alphabetized import to subdirectory's __init__.py
  • [x] Run download_and_prepare successfully
  • [x] Add checksums file
  • [x] Properly cite in BibTeX format
  • [x] Add passing test(s)
  • [x] Add test data
  • [x] If using additional dependencies (e.g. scipy), use lazy_imports (if applicable)
  • [x] Add data generation script (if applicable)
  • [x] Lint code

xei avatar Aug 10 '23 22:08 xei