Here you will find some example notebooks to get more familiar with the Darts' API.
All the notebooks are also available in ipynb
format
directly on github.
Example notebook on training with multiple time series, pre-trained models and using covariates:
.. toctree:: :maxdepth: 1 examples/01-multi-time-series-and-covariates.ipynb
Data processing example notebook:
.. toctree:: :maxdepth: 1 examples/02-data-processing.ipynb
A self-contained notebook showcasing examples of training some bigger models on large datasets of time series, and using such models to forecast new time series that have not been seen during training:
.. toctree:: :maxdepth: 1 examples/14-transfer-learning.ipynb
FFT model example notebook:
.. toctree:: :maxdepth: 1 examples/03-FFT-examples.ipynb
RNN model example notebook:
.. toctree:: :maxdepth: 1 examples/04-RNN-examples.ipynb
TCN model example notebook:
.. toctree:: :maxdepth: 1 examples/05-TCN-examples.ipynb
Transformer model example notebook:
.. toctree:: :maxdepth: 1 examples/06-Transformer-examples.ipynb
N-BEATS model example notebook:
.. toctree:: :maxdepth: 1 examples/07-NBEATS-examples.ipynb
DeepAR model example notebook:
.. toctree:: :maxdepth: 1 examples/08-DeepAR-examples.ipynb
DeepTCN model example notebook:
.. toctree:: :maxdepth: 1 examples/09-DeepTCN-examples.ipynb
TFT model example notebook:
.. toctree:: :maxdepth: 1 examples/13-TFT-examples.ipynb
Kalman filter model example notebook:
.. toctree:: :maxdepth: 1 examples/10-Kalman-filter-examples.ipynb
Gaussian process filter model example notebook:
.. toctree:: :maxdepth: 1 examples/11-GP-filter-examples.ipynb
Dynamic time warping example notebook:
.. toctree:: :maxdepth: 1 examples/12-Dynamic-Time-Warping-example.ipynb