Skip to main content

Loaders for classic datasets commonly used in Machine Learning

Project description

Classic Datasets

Loaders for classic datasets commonly used in Machine Learning:

Name # Samples # Features # Classes
Ionosphere 351 34 2
Letter Recognition 20000 16 10
Telescope 19020 10 2
Pen Digits 10992 16 10
Robot Navigation 5456 24 4
Segmentation 2310 16 7
USPS 9298 256 10

Installation

pip install classicdata

Run python -m classicdata.info to list all implemented datasets.

Example Usage

from classicdata import Ionosphere

ionosphere = Ionosphere()

# Use ionosphere.points and ionosphere.labels...

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

classicdata-0.1.0a2.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

classicdata-0.1.0a2-py3-none-any.whl (13.8 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