A collection of regression datasets
Project description
RegData
Collection of regression datasets.
- Get data in any framework:
torch
,tensorflow
ornumpy
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
regdata-0.1.0-py3.8.egg
(11.7 kB
view details)
File details
Details for the file regdata-0.1.0.tar.gz
.
File metadata
- Download URL: regdata-0.1.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3cacfaeee3fb9b71fb853f8228d8f092e54f67b27150649d36a7da19f0ac383 |
|
MD5 | 6d3af8e3391c4e3e3c346c91d7759e3e |
|
BLAKE2b-256 | 1bfdd214c1a6c25fb1ad05343036f031c162457b3dcad976d4fca7580986ddf4 |
File details
Details for the file regdata-0.1.0-py3.8.egg
.
File metadata
- Download URL: regdata-0.1.0-py3.8.egg
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d579671f7a836ee35e54c8b1dba79db09f9c61f0e1f3a395bcd11ef5c0bad4ad |
|
MD5 | dc786aef8c97842f4547e9500f3fff9c |
|
BLAKE2b-256 | efba8676c027c0b692472ef152796ac7898f55582b0ebadca8c51958110eb35a |