Series temporales es un paquete de Python que contiene herramientas de preprocesado de series temporales, modelado de series temporales con técnicas de Machine Learning/Deep Learning/modelos clásicos y herramientas para el testeo de las mismas.
Series temporales requiere:
Python (>= 3.6)
NumPy (>= 1.13.3)
Matplotlib (>= 2.1.1)
pandas (>= 0.25.0)
scikit-learn (>= 0.19.1)
tensorflow (>= 2.3.0)
fbprophet (>= 1.7)
La forma mas fácil de instalar series temporales es con pip:
pip install series-temporales
Existing libraries
- https://github.com/alan-turing-institute/sktime
- https://github.com/unit8co/darts
- https://github.com/tslearn-team/tslearn
Lists of existing libraries