Forecasting 30min ahead with 5min data #275
|
In response to @sumonsamanta123
|
Replies: 1 comment
This was a bug in an old version of NP. please update to the current version in master - it should solve the issue.
You can do this by setting
You are likely right. You could post a question about this in the forecasting best practices section, maybe someone has better advice than me. |
@sumonsamanta123
This was a bug in an old version of NP. please update to the current version in master - it should solve the issue.
You can do this by setting
freq="5min"andn_forecasts=6, as 6*5min=30min.You are likely right. You could post a question about this in …