-
-
Save ABourcevet/38c43dc9beb41e84db067c2c08bc8d7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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