Deepts_forecasting is a Easy-to-use package for time series forecasting with deep Learning models.
It contains a variety of models, from classics such as seq2seq to more complex deep neural networks.
The models can all be used in the same way, using fit()
and predict()
functions,
- Free software: MIT
- Univariate model and multivariate model
- Point estimation and interval estimation
- Unified modelling with Multiple items
This project is licensed under the MIT License - see the LICENSE file for details.
This package was created with Cookiecutter and the zillionare/cookiecutter-pypackage project template.