-
-
Save ABourcevet/a0b2767399f0b86e1d464f01de72c37c 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
| tbats_model = tbats(training) | |
| tbats_forecast = forecast(tbats_model, h=length(validation)) | |
| MAPE(tbats_forecast$mean, validation) * 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment