NeuralForecast: Deep Learning for Time Series Forecasting
[nikstla] (noun, nahuatl) Period of time.
State-of-the-art time series forecasting for pytorch.
NeuralForecast is a python library for time series forecasting with deep learning.
It provides dataset loading utilities, evaluation functions and pytorch implementations of state of the art deep learning forecasting models.
Documentation
Here is a link to the documentation.
Installation
Stable version
This code is a work in progress, any contributions or issues are welcome on GitHub at: https://github.com/Nixtla/neuralforecast.
You can install the released version of NeuralForecast from the Python package index with:
pip install neuralforecast
(Installing inside a python virtualenvironment or a conda environment is recommended.)
Development version in development mode
If you want to make some modifications to the code and see the effects in real time (without reinstalling), follow the steps below:
git clone https://github.com/Nixtla/neuralforecast.git
cd neuralforecast
pip install -e .
Current available models
-
Exponential Smoothing Recurrent Neural Network (ES-RNN): A hybrid model that combines the expressivity of non linear models to capture the trends while it normalizes using a Holt-Winters inspired model for the levels and seasonals. This model is the winner of the M4 forecasting competition.
-
Neural Basis Expansion Analysis (N-BEATS): A model from Element-AI (Yoshua Bengio’s lab) that has proven to achieve state of the art performance on benchmark large scale forecasting datasets like Tourism, M3, and M4. The model is fast to train an has an interpretable configuration.
-
Neural Basis Expansion Analysis with Exogenous Variables (N-BEATSx): The neural basis expansion with exogenous variables is an extension to the original N-BEATS that allows it to include time dependent covariates.
License
This project is licensed under the MIT License - see the LICENSE file for details.
How to contribute
See CONTRIBUTING.md.
How to cite
If you use NeuralForecast in a scientific publication, we encourage you to add
the following references to the related papers:
@article{neuralforecast_arxiv,
author = {XXXX},
title = {{NeuralForecast: Deep Learning for Time Series Forecasting}},
journal = {arXiv preprint arXiv:XXX.XXX},
year = {2022}
}
Release files for neuralforecast 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| neuralforecast-0.0.2.tar.gz | 79.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| neuralforecast-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 183.1 kB
Release files / neuralforecast-0.0.2.tar.gz
| Download URL | neuralforecast-0.0.2.tar.gz |
|---|---|
| Size | 79.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
31584a95ec2c700916e8fd12655af5e8ceef8ff2856f9eba4f6a41444b73bf96
|
|
BLAKE2b-256 checksum How to use checksums |
ac580ab32cd75af59bf88509cc3bb28001f7a4508dfa58e67389283056bf231e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
|
Release files / neuralforecast-0.0.2-py3-none-any.whl
| Download URL | neuralforecast-0.0.2-py3-none-any.whl |
|---|---|
| Size | 103.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1f6282f33201390e0fed94efb81d1495065775eb62b709934b30a3621e342887
|
|
BLAKE2b-256 checksum How to use checksums |
70cb15c65b87827f8434d205e7e2bb693324778e620fe0098be5fbdd08224a6b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
|