Skip to main content

Collections of utility functions to download open-source data sets.

Project description

loadmydata

Utility functions for loading data sets (Python 3.7++)

The list of available data sets currently includes:

  • the UEA/UCR repository.

This package relies on requests, tqdm, yarl (for the download), scipy and pandas (data container).

UEA/UCR time series classification repository

The list of available data sets from UEA/UCR repository is available here.

Install

Use pip to install.

pip install loadmydata

Usage

from loadmydata.load_uea_ucr import load_uea_ucr_data

dataset_name = "ArrowHead"  # "AbnormalHeartbeat", "ACSF1", etc. 
data = load_uea_ucr_data(dataset_name)

print(data.description)
print(data.X_train.shape)
print(data.X_test.shape)
print(data.y_train.shape)
print(data.y_test.shape)

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

loadmydata-0.0.4.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file loadmydata-0.0.4.tar.gz.

File metadata

  • Download URL: loadmydata-0.0.4.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for loadmydata-0.0.4.tar.gz
Algorithm Hash digest
SHA256 be9a63948a3619231fd1517a9b489f2c7a6032fc13565a90564ad5859a9a380c
MD5 4e0b6ff9a382d40030168190180bf6d4
BLAKE2b-256 8e31535e21c1bf04543c55c35bc2a98cfd9a3d69cf2f7ca774a7d4dc874c8b4b

See more details on using hashes here.

Supported by

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