Hi everyone, I use statsforecast for my time serie...
# general
m
Hi everyone, I use statsforecast for my time series project that is based for demand forecasting. So, i have a question for you. I am trying to predict next 13 periods. In some series, model gave me good results when compare with test values. However, in some series, i encounter a problem. The problem is to predict same values in every 13 periods. Is there any reason for this? And can i fix this problem via using model parameters etc.? Thank you for interest.
b
you get same value each 13'th period (day,month whatever)?
m
Yes, its true. My data is weekly and i get same values each of them.
b
so each 13'th week?
m
No. For example, i get 100 for first week, and then i get also 100 for second week, and for all 13 weeks etc.
b
so straight line?
m
Yes, that's true
b
check your features
m
actually, i don't have features, i have only 1 variable that is my target variable
b
model wasn't able to capture any significant patterns/variations in your training dataset.
1
which models are u using?
m
Oh, i get it now. I did some research. I also encounter this.
Actually i use many models and get many predictions. However, i select the best model when comparing validation set. I can give a model for an example. (DynamicOptimizedTheta)
b
add some features and check again 🙂
m
Ok, thank you for your answer🙂