|
1 | 1 |  |
2 | 2 |
|
3 | | -[pypi-image]: https://badge.fury.io/py/pytorch-forecasting.svg |
4 | | -[pypi-url]: https://pypi.python.org/pypi/pytorch-forecasting |
5 | | -[conda-image]: https://img.shields.io/conda/v/conda-forge/pytorch-forecasting |
6 | | -[conda-url]: https://anaconda.org/conda-forge/pytorch-forecasting |
7 | | -[build-image]: https://github.com/jdb78/pytorch-forecasting/actions/workflows/test.yml/badge.svg?branch=master |
8 | | -[build-url]: https://github.com/jdb78/pytorch-forecasting/actions/workflows/test.yml?query=branch%3Amaster |
9 | | -[linter-image]: https://github.com/jdb78/pytorch-forecasting/actions/workflows/lint.yml/badge.svg?event=push |
10 | | -[linter-url]: https://github.com/jdb78/pytorch-forecasting/actions/workflows/code_quality.yml?query=branch%3Amaster |
11 | | -[docs-image]: https://readthedocs.org/projects/pytorch-forecasting/badge/?version=latest |
12 | | -[docs-url]: https://pytorch-forecasting.readthedocs.io |
13 | | -[coverage-image]: https://codecov.io/gh/jdb78/pytorch-forecasting/branch/master/graph/badge.svg |
14 | | -[coverage-url]: https://codecov.io/github/jdb78/pytorch-forecasting?branch=master |
| 3 | +_PyTorch Forecasting_ is a PyTorch-based package for forecasting with state-of-the-art deep learning architectures. It provides a high-level API and uses [PyTorch Lightning](https://pytorch-lightning.readthedocs.io/) to scale training on GPU or CPU, with automatic logging. |
15 | 4 |
|
16 | | -[![PyPI Version][pypi-image]][pypi-url] [![Conda Version][conda-image]][conda-url] [![Docs Status][docs-image]][docs-url] [![Linter Status][linter-image]][linter-url] [![Build Status][build-image]][build-url] [![Code Coverage][coverage-image]][coverage-url] |
17 | 5 |
|
18 | | -**[Documentation](https://pytorch-forecasting.readthedocs.io)** | **[Tutorials](https://pytorch-forecasting.readthedocs.io/en/latest/tutorials.html)** | **[Release Notes](https://pytorch-forecasting.readthedocs.io/en/latest/CHANGELOG.html)** |
| 6 | +| | **[Documentation](https://pytorch-forecasting.readthedocs.io)** · **[Tutorials](https://pytorch-forecasting.readthedocs.io/en/latest/tutorials.html)** · **[Release Notes](https://pytorch-forecasting.readthedocs.io/en/latest/CHANGELOG.html)** | |
| 7 | +|---|---| |
| 8 | +| **Open Source** | [](https://github.com/jdb78/pytorch-forecasting/blob/master/LICENSE) | |
| 9 | +| **Community** | [](https://discord.com/invite/54ACzaFsn7) [](https://www.linkedin.com/company/scikit-time/) | |
| 10 | +| **CI/CD** | [](https://github.com/jdb78/pytorch-forecasting/actions/workflows/pypi_release.yml) [](https://pytorch-forecasting.readthedocs.io) [](https://github.com/jdb78/pytorch-forecasting) [![Code Coverage][coverage-image]][coverage-url] | |
| 11 | +| **Code** | [](https://pypi.org/project/pytorch-forecasting/) [](https://anaconda.org/conda-forge/pytorch-forecasting) [](https://www.python.org/) [](https://github.com/psf/black) | |
19 | 12 |
|
20 | | -_PyTorch Forecasting_ is a PyTorch-based package for forecasting time series with state-of-the-art network architectures. It provides a high-level API for training networks on pandas data frames and leverages |
21 | | -[PyTorch Lightning](https://pytorch-lightning.readthedocs.io/) for scalable training on (multiple) GPUs, CPUs and for automatic logging. |
| 13 | +[coverage-image]: https://codecov.io/gh/jdb78/pytorch-forecasting/branch/master/graph/badge.svg |
| 14 | +[coverage-url]: https://codecov.io/github/jdb78/pytorch-forecasting?branch=master |
22 | 15 |
|
23 | 16 | --- |
24 | 17 |
|
|
0 commit comments