{ "cells": [ { "cell_type": "markdown", "id": "45bd6e88-1be9-4de1-9933-143eda71d501", "metadata": {}, "source": [ "# Regression Models\n", "\n", "The following is a in depth demonstration of the regression models in Darts - from basic to advanced features, including:\n", "\n", "- Darts' regression models\n", "- lags and lagged data extraction\n", "- covariates usage\n", "- parameters output_chunk_length in relation with multi_models\n", "- one-shot and auto-regressive predictions\n", "- multi output support\n", "- probablistic forecasting\n", "- explainability\n", "- and more" ] }, { "cell_type": "code", "execution_count": 1, "id": "3ef9bc25-7b86-4de5-80e9-6eff27025b44", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Using `tqdm.autonotebook.tqdm` in notebook mode. Use `tqdm.tqdm` instead to force console mode (e.g. in jupyter console)\n" ] }, { "data": { "text/html": [ "