Skip to main content

A collection of regression datasets

Project description

RegData

Collection of regression datasets.

  • Get data in any framework: torch, tensorflow or numpy

Quick example

import regdata as rd
rd.set_backend('torch') # numpy, tf (numpy is default)
X, y, X_test = rd.Step().get_data()

Plot datasets to have a quick glance

import regdata as rd
rd.Olympic().plot()

Datasets

from regdata import (
    Step,
    Olympic,
    Smooth1D
)

References

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

regdata-0.1.0.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

regdata-0.1.0-py3.8.egg (11.7 kB view hashes)

Uploaded Source

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