79752936

Date: 2025-09-01 22:25:52
Score: 0.5
Natty:
Report link

This code works without any errors, the key point was adding the correct columns (1:5) in point_accuracy_measures in the accuracy function.

fit %>%
  fabletools::forecast(h = 1) %>%
  fabletools::accuracy(Time_Series_test, measures = point_accuracy_measures[1:5]) %>%
  dplyr::select(.model:MAPE) %>%
  dplyr::arrange(RMSE)
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Russ Conte