No project description provided
Project description
Ecgdatasets
Table of contents
Authors
Rostislav Epifanov — Researcher in Novosibirsk
Installation
Installation from PyPI:
pip install ecgdatasets
Installation from GitHub:
pip install git+https://github.com/rostepifanov/ecgdatasets
A simple example
import ecgdatasets as edb
from torch.utils.data import DataLoader
# torch.Dataset
dataset = edb.PTBXL('.', '1.0.3', download=True, mapper=None)
# torch.DataLoader that is ready to use with torch.nn.Module
dataloader = DataLoader(dataset, batch_size=32, shuffle=True)
Available datasets
| Name | Labels | Source |
|---|---|---|
| LUDB | - | Physionet |
| PTBXL | - | Physionet |
| INCARTDB | - | Physionet |
Citing
If you find this library useful for your research, please consider citing:
@misc{epifanov2023ecgdatasets,
Author = {Rostislav Epifanov},
Title = {Ecgdatasets},
Year = {2023},
Publisher = {GitHub},
Journal = {GitHub repository},
Howpublished = {\url{https://github.com/rostepifanov/ecgdatasets}}
}
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ecgdatasets-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: ecgdatasets-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f410a1f05384753a11494179104491b85ba0fc855c9fa2552d3c920ced35008
|
|
| MD5 |
0ed67c8036f7d4f2bac1bb482a730290
|
|
| BLAKE2b-256 |
dc169a1421c90a8c1d6f6ed901aa7a7c765fa665b3d9f7225aa71d725bc125f7
|