Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/regression/regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"There are two types of TSR.\n",
"\n",
"1) Time Series Forecasting Regression (TSFR) relates to forecasting reduced to regression\n",
"through a sliding window. This is the more familiar type to most people. The notebook\n",
"for forecasting using supervised regressors can be found [here](../forecasting/forecasting_sklearn.ipynb).\n",
"through a sliding window. This is the more familiar type to most people.\n",
"\n",
"2) Time Series *Extrinsic* Regression (TSER) was formally specified in Tan et al. [1] as a\n",
"related, but distinct, type of time series regression problem. Rather than being derived from a\n",
Expand Down