How to handle missings datas when using Auto-regression ? #335
Answered
by
ourownstory
theoeiferman
asked this question in
Q&A - get help using NeuralProphet
|
Indeed I get this error : Also is there a way to say to the model :" use Auto-regression with Hours" , is freq='H' when applying fit to the data enough ? Thank you in advance, |
Answered by
ourownstory
Jun 26, 2021
Replies: 1 comment
Can you please provide the minimal code for us to replicate your issue?
if you like to use AR(12), set n_lags=12 when working with hourly data |
0 replies
Answer selected by
ourownstory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @theoeiferman
Can you please provide the minimal code for us to replicate your issue?
if you like to use AR(12), set n_lags=12
when working with hourly data
freq='H'is correct