pytorchtime


Namepytorchtime JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryA time series package for PyTorch
upload_time2024-09-24 08:31:21
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords python torchtime
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            torchtime: time series library for PyTorch
==========================================
[![Downloads](https://static.pepy.tech/badge/pytorchtime)](https://pypi.org/project/pytorchtime)
[![Documentation](https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fpytorchtime%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v)](https://pytorchtime.com/docs/stable)

![Torchtime Logo](https://github.com/VincentSch4rf/torchtime/raw/main/docs/source/_static/img/logo-dark.svg)

--------------------------------------------------------------------------------

The aim of torchtime is to apply [PyTorch](https://github.com/pytorch/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)](http://pytorchtime.com/docs/stable/)
  - Load a variety of time series formats, such as `ts`, `arff`, `dvi`, `dxd`, into a torch Tensor
- [Dataloaders for common time series datasets](http://pytorchtime.com/docs/stable/datasets.html)
- Common time series transforms
    - [Nan2Value, Normalization, Padding, Resample](http://pytorchtime.com/docs/stable/transforms.html)

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](./CONTRIBUTING.md)

Citation
--------

If you find this package useful, please cite as:

```bibtex
@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!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pytorchtime",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, torchtime",
    "author": null,
    "author_email": "Vincent Scharf <vincent.scharf@smail.inf.h-brs.de>",
    "download_url": "https://files.pythonhosted.org/packages/eb/1a/fc114dc835d1ab5ca357548accd85a8ba33f533f9d4f1543a02b1416fecc/pytorchtime-0.1.2.tar.gz",
    "platform": null,
    "description": "torchtime: time series library for PyTorch\n==========================================\n[![Downloads](https://static.pepy.tech/badge/pytorchtime)](https://pypi.org/project/pytorchtime)\n[![Documentation](https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fpytorchtime%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v)](https://pytorchtime.com/docs/stable)\n\n![Torchtime Logo](https://github.com/VincentSch4rf/torchtime/raw/main/docs/source/_static/img/logo-dark.svg)\n\n--------------------------------------------------------------------------------\n\nThe aim of torchtime is to apply [PyTorch](https://github.com/pytorch/pytorch) to\nthe time series domain. By supporting PyTorch, torchtime follows the same philosophy\nof providing strong GPU acceleration, having a focus on trainable features through\nthe autograd system, and having consistent style (tensor names and dimension names).\nTherefore, it is primarily a machine learning library and not a general signal\nprocessing library. The benefits of PyTorch can be seen in torchtime through\nhaving all the computations be through PyTorch operations which makes it easy\nto use and feel like a natural extension.\n\n- [Support time series I/O (Load files, Save files)](http://pytorchtime.com/docs/stable/)\n  - Load a variety of time series formats, such as `ts`, `arff`, `dvi`, `dxd`, into a torch Tensor\n- [Dataloaders for common time series datasets](http://pytorchtime.com/docs/stable/datasets.html)\n- Common time series transforms\n    - [Nan2Value, Normalization, Padding, Resample](http://pytorchtime.com/docs/stable/transforms.html)\n\nInstallation\n------------\n\nPlease refer to https://pytorchtime.com/docs/stable/installation.html for installation and build process of torchtime.\n\nAPI Reference\n-------------\n\nAPI Reference is located here: http://pytorchtime.com/docs/stable/\n\nContributing Guidelines\n-----------------------\n\nPlease refer to [CONTRIBUTING.md](./CONTRIBUTING.md)\n\nCitation\n--------\n\nIf you find this package useful, please cite as:\n\n```bibtex\n@article{scharf2022torchtime,\n    title={PyTorch Time: Bringing Deep Learning to Time Series Classification},\n    author={Vincent Scharf},\n    url={https://github.com/VincentSch4rf/torchtime},\n    year={2022}\n}\n```\n\nDisclaimer on Datasets\n----------------------\n\nThis 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.\n\nIf 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!\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A time series package for PyTorch",
    "version": "0.1.2",
    "project_urls": {
        "repository": "https://github.com/VincentSch4rf/torchtime"
    },
    "split_keywords": [
        "python",
        " torchtime"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ac6a81bc134bc58179b42bad907cf7231e93bb53244a47ed55d7fc3cd1f9470",
                "md5": "a07425df1c9eb90cd483eb602213eb4a",
                "sha256": "cea96f2c14de9868b24ca2e2c6172992d0832e9c5bbd8f0287f3ef42ff07aeeb"
            },
            "downloads": -1,
            "filename": "pytorchtime-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a07425df1c9eb90cd483eb602213eb4a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 39852,
            "upload_time": "2024-09-24T08:31:20",
            "upload_time_iso_8601": "2024-09-24T08:31:20.226786Z",
            "url": "https://files.pythonhosted.org/packages/6a/c6/a81bc134bc58179b42bad907cf7231e93bb53244a47ed55d7fc3cd1f9470/pytorchtime-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb1afc114dc835d1ab5ca357548accd85a8ba33f533f9d4f1543a02b1416fecc",
                "md5": "761a4be8bd3592c15e984cefc4a3bf0d",
                "sha256": "a54b2b9c8fe358bee2548168ce7953b38d705428d79384804db7d1e67e6f412f"
            },
            "downloads": -1,
            "filename": "pytorchtime-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "761a4be8bd3592c15e984cefc4a3bf0d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 36375,
            "upload_time": "2024-09-24T08:31:21",
            "upload_time_iso_8601": "2024-09-24T08:31:21.912448Z",
            "url": "https://files.pythonhosted.org/packages/eb/1a/fc114dc835d1ab5ca357548accd85a8ba33f533f9d4f1543a02b1416fecc/pytorchtime-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-24 08:31:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "VincentSch4rf",
    "github_project": "torchtime",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pytorchtime"
}
        
Elapsed time: 0.57449s