dartsEasy Playground

Time series library: forecasting, anomaly detection, many models

Getting started with dartsRun locally
Install
pip install darts
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: darts)

darts is a third-party package. Time series library: forecasting, anomaly detection, many models. Install with: pip install darts

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?