Zettelkasten/Terminology Information

Multi-step ahead forecasting

Computer-Nerd 2023. 3. 15.

Information

  • Multi-step ahead forecasting refers to the task of predicting multiple future time steps in a time series.
  • This is a more challenging task than single-step forecasting, which involves predicting only the next time step.
  • Multi-step ahead forecasting can be performed using a variety of techniques, including statistical models and machine learning algorithms.
  • Some common approaches to multi-step ahead forecasting include recursive forecasting, where the model is retrained at each time step using previous predictions as inputs, and direct forecasting, where the model predicts all future time steps at once.
  • When evaluating multi-step ahead forecasting models, it is important to use appropriate metrics, such as mean squared error or mean absolute error, that account for errors across all predicted time steps.

'Zettelkasten > Terminology Information' 카테고리의 다른 글

NRMSE (Normalized Root Mean Squared Error)  (0) 2023.03.17
LSTM (Long Short-Term Memory)  (0) 2023.03.16
Ensemble learning  (0) 2023.03.15
Short receptive field  (0) 2023.03.14
F-statistic  (0) 2023.03.14

댓글