Orange: Model Evaluation

From OnnoWiki
Revision as of 17:16, 12 March 2020 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search

Sumber: https://orange.biolab.si/widget-catalog/time-series/model_evaluation/


Evaluasi berbagai model time series

Input

Time series: Time series as output by As Timeseries widget.
Time series model(s): The time series model(s) to evaluate (e.g. VAR or ARIMA).

Widget Model Evaluation dapat mengevaluasi berbagai model time series. Dengan membandingkan error yang di dihasilkan, yaitu:

  • root mean squared error (RMSE)
  • median absolute error (MAE)
  • mean absolute percent error (MAPE)
  • prediction of change in direction (POCID)
  • coefficient of determination (R²)
  • Akaike information criterion (AIC)
  • Bayesian information criterion (BIC).
Model-evaluation-stamped.png
  • Number of folds for time series cross-validation.
  • Number of forecast steps to produce in each fold.
  • Results for various error measures and information criteria on cross-validated and in-sample data.

This slide (source) shows how cross validation on time series is performed. In this case, the number of folds (1) is 10 and the number of forecast steps in each fold (2) is 1.

In-sample errors are the errors calculated on the training data itself. A stable model is one where in-sample errors and out-of-sample errors don’t differ significantly.

See also

ARIMA Model, VAR Model


Referensi

Pranala Menarik