Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UCM Forecast resulting 0 MAPE in Train period #15

Open
akhilbhat060890 opened this issue Oct 17, 2020 · 0 comments
Open

UCM Forecast resulting 0 MAPE in Train period #15

akhilbhat060890 opened this issue Oct 17, 2020 · 0 comments

Comments

@akhilbhat060890
Copy link

Hi Team,

I am facing a very weird issue where the forecast values for train period are coming exactly same as the input variables although the test period is reasonably ok. What could be the reason behind the same.

I am using below:

ucm_formula = ucm_formula = as.formula("dependent ~ cluster2")
ucm_formula

#UCM model
UCM_fit <- ucm(formula =  ucm_formula,                                                                                                                                                                                  
               data = train,
               #slope =TRUE,
               #season = TRUE,
               level = TRUE,
               #season.var = 0,
               #slope.var =0,
               #level.var = 0,
               #irregular.var = 0,
               #season.length = 52
)
UCM_fit

cluster2 is a cluster of variables. I have been running this for other datasets and worked fine but not sure why this is happening. i have tried playing around with parameters within UCM but it is still giving MAPE of 0 for train dataset.

Can you please help with the same. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant