Skip to content

Datasets, Transforms and Models specific to Time Series, powered by PyTorch

License

Notifications You must be signed in to change notification settings

VincentSch4rf/torchtime

Repository files navigation

torchtime: time series library for PyTorch

DOI Downloads Documentation

Torchtime Logo


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.

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:

@software{scharf2024torchtime,
  author       = {Vincent Scharf},
  title        = {torchtime},
  year         = 2022,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.13832394},
  url          = {https://github.com/VincentSch4rf/torchtime}
}

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!