A time series package for PyTorch
Project description
torchtime: time series library for PyTorch
The aim of torchtime is to apply PyTorch to the time series domain. By supporting PyTorch, torchtime follows the same philosophy of providing strong GPU acceleration, having a focus on trainable features through the autograd system, and having consistent style (tensor names and dimension names). Therefore, it is primarily a machine learning library and not a general signal processing library. The benefits of PyTorch can be seen in torchtime through having all the computations be through PyTorch operations which makes it easy to use and feel like a natural extension.
- Support time series I/O (Load files, Save files)
- Load a variety of time series formats, such as
ts
,arff
,dvi
,dxd
, into a torch Tensor
- Load a variety of time series formats, such as
- Dataloaders for common time series datasets
- Common time series transforms
Installation
Please refer to https://pytorchtime.com/docs/stable/installation.html for installation and build process of torchtime.
API Reference
API Reference is located here: http://pytorchtime.com/docs/stable/
Contributing Guidelines
Please refer to CONTRIBUTING.md
Citation
If you find this package useful, please cite as:
@article{scharf2022torchtime,
title={PyTorch Time: Bringing Deep Learning to Time Series Classification},
author={Vincent Scharf},
url={https://github.com/VincentSch4rf/torchtime},
year={2022}
}
Disclaimer on Datasets
This is a utility library that downloads and prepares public datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have license to use the dataset. It is your responsibility to determine whether you have permission to use the dataset under the dataset's license.
If you're a dataset owner and wish to update any part of it (description, citation, etc.), or do not want your dataset to be included in this library, please get in touch through a GitHub issue. Thanks for your contribution to the ML community!
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 Distribution
Built Distribution
File details
Details for the file pytorchtime-0.1.2.tar.gz
.
File metadata
- Download URL: pytorchtime-0.1.2.tar.gz
- Upload date:
- Size: 36.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a54b2b9c8fe358bee2548168ce7953b38d705428d79384804db7d1e67e6f412f |
|
MD5 | 761a4be8bd3592c15e984cefc4a3bf0d |
|
BLAKE2b-256 | eb1afc114dc835d1ab5ca357548accd85a8ba33f533f9d4f1543a02b1416fecc |
File details
Details for the file pytorchtime-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: pytorchtime-0.1.2-py3-none-any.whl
- Upload date:
- Size: 39.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cea96f2c14de9868b24ca2e2c6172992d0832e9c5bbd8f0287f3ef42ff07aeeb |
|
MD5 | a07425df1c9eb90cd483eb602213eb4a |
|
BLAKE2b-256 | 6ac6a81bc134bc58179b42bad907cf7231e93bb53244a47ed55d7fc3cd1f9470 |