Pre-release
This release is a pre-release and may not be stable for production use.
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...
Release files for classicdata 0.1.0a2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| classicdata-0.1.0a2.tar.gz | 10.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| classicdata-0.1.0a2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.7 kB
Release files / classicdata-0.1.0a2.tar.gz
| Download URL | classicdata-0.1.0a2.tar.gz |
|---|---|
| Size | 10.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b7c09987ce3c89ca30d55c1142d5f7b44cde819a532383bc0c0ac439fd31b9d
|
|
BLAKE2b-256 checksum How to use checksums |
5e061a9ab8cfa6943d4638bc840c2af1fddcb3e7ec097674272eed9c8926bf7a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.5.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
|
Release files / classicdata-0.1.0a2-py3-none-any.whl
| Download URL | classicdata-0.1.0a2-py3-none-any.whl |
|---|---|
| Size | 13.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2cf26f662d96cc55c436cd995a0a1ea94a379039a1faa39ef57c935f798a7dde
|
|
BLAKE2b-256 checksum How to use checksums |
4a8c7c7e9450e29fab298bfb9445bed857cadabb231727dd14232006c8f7bc5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.5.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
|