Darts is a Python library for user-friendly forecasting and anomaly detection on time series. It contains a variety of models, from classics such as ARIMA to deep neural networks.
Some of the key features of Darts include:
A set of scikit-learn-style transformers for encoding categorical variables into numeric with different techniques.