Skip to content

Instantly share code, notes, and snippets.

@ABourcevet
Forked from muneebhashmi7712/adv-13.r
Created January 11, 2022 10:25
Show Gist options
  • Select an option

  • Save ABourcevet/38c43dc9beb41e84db067c2c08bc8d7d to your computer and use it in GitHub Desktop.

Select an option

Save ABourcevet/38c43dc9beb41e84db067c2c08bc8d7d to your computer and use it in GitHub Desktop.
ets_forecast = forecast(ets_model, h=length(validation))
MAPE(ets_forecast$mean, validation) *100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment