Skip to main content

Dataloader for PyTorch

Project description

Dataloader

A python module for loading datasets from

  • Scikit-learn
  • Torchvision

It supports loading

  • Wine
  • Iris
  • MNIST datasets

Defaults to loading IRIS.

This module also performs pre-processing relevant to each data set type. It handles categorical data for tabular sets like Iris and it performs transforms for images in the computer vision dataset like MNIST.

Install

Using a package manager

$ poetry add dataloader-fetcher

Example usage

fetcher = DataloaderFetcher()
train_loader = fetcher.train_loader(name="Iris")
test_loader  = fetcher.test_loader(name="Iris")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dataloader_fetcher-0.0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

dataloader_fetcher-0.0.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page