Releases: elixir-nx/scidata
Releases · elixir-nx/scidata
Patch Iris, Wine datasets
Revise URLs for Iris, Wine datasets
- Update dataset source URLs
- Support zip files in Utils
Revise SSL options in HTTP client
- Improve SSL options in
:httpc.request/4
calls to download datasets - Revised documentation
- Add missing tests
Add Iris & Wine datasets, new download and caching options
- New Iris and wine datasets
- New options in all dataset modules for specifying download URL and file names as well as local cache directory. This means you can save datasets to any local path you'd like!
More consistent API, upgrade dependency versions
What's Changed
- More consistent API: IMDB reviews dataset modules does not use deprecated transform functions in #28
- Bump
StbImage
version in #30
Full Changelog: v0.1.5...v0.1.6
Add Caltech101 dataset
In this minor release we add the Caltech 101 image dataset.
Add SQuAD dataset
- add the
Scidata.Squad
module to download the SQuAD dataset and transform it for use withExplorer.DataFrame
Add Yelp reviews, K-MNIST datasets
We add the following datasets:
- Kuzushiji MNIST dataset
- Yelp reviews (full)
- Yelp reviews (polarity)
We also remove transformation callbacks in download
and download_test
functions across multiple modules.
Add IMDb Reviews
This minor release adds the Large Movie Review Dataset.
Add CIFAR100
This minor release adds CIFAR100 to the list of supported datasets.