Skip to content

Releases: elixir-nx/scidata

Patch Iris, Wine datasets

11 Aug 16:59
Compare
Choose a tag to compare
v0.1.11

bump version

Revise URLs for Iris, Wine datasets

12 Jun 23:42
Compare
Choose a tag to compare
  • Update dataset source URLs
  • Support zip files in Utils

Revise SSL options in HTTP client

12 Jul 02:46
227e261
Compare
Choose a tag to compare
  • 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

13 May 02:38
Compare
Choose a tag to compare
  • 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

04 May 14:18
Compare
Choose a tag to compare

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

20 Jan 04:00
c9d437b
Compare
Choose a tag to compare

In this minor release we add the Caltech 101 image dataset.

Add SQuAD dataset

28 Dec 18:30
86ced1c
Compare
Choose a tag to compare
  • add the Scidata.Squad module to download the SQuAD dataset and transform it for use with Explorer.DataFrame

Add Yelp reviews, K-MNIST datasets

07 Dec 03:08
86037e9
Compare
Choose a tag to compare

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

17 Sep 01:42
b122ec6
Compare
Choose a tag to compare

This minor release adds the Large Movie Review Dataset.

Add CIFAR100

22 Apr 14:31
b56e412
Compare
Choose a tag to compare

This minor release adds CIFAR100 to the list of supported datasets.