TSR types #647
|
In https://github.com/aeon-toolkit/aeon/blob/main/examples/regression/regression.ipynb, it mentioned there are two types of TSR. Can we have examples of both? Or they are already there but I didn't notice? |
Answered by
MatthewMiddlehurst
Aug 23, 2023
Replies: 1 comment
|
Hi, the notebook currently contains examples for TSER (predicting a separate continuous value using time series data, similar to a classification problem). For forecasting using supervised regressors, this notebook should help more https://github.com/aeon-toolkit/aeon/blob/main/examples/forecasting/forecasting_sklearn.ipynb. This could be better explained in the notebook itself, I will create a PR. |
0 replies
Answer selected by
MatthewMiddlehurst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the notebook currently contains examples for TSER (predicting a separate continuous value using time series data, similar to a classification problem).
For forecasting using supervised regressors, this notebook should help more https://github.com/aeon-toolkit/aeon/blob/main/examples/forecasting/forecasting_sklearn.ipynb.
This could be better explained in the notebook itself, I will create a PR.