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}}
}
Release files for ecgdatasets 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ecgdatasets-0.0.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Release files / ecgdatasets-0.0.1-py2.py3-none-any.whl
| Download URL | ecgdatasets-0.0.1-py2.py3-none-any.whl |
|---|---|
| Size | 13.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
0f410a1f05384753a11494179104491b85ba0fc855c9fa2552d3c920ced35008
|
|
BLAKE2b-256 checksum How to use checksums |
dc169a1421c90a8c1d6f6ed901aa7a7c765fa665b3d9f7225aa71d725bc125f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.0
|