Skip to content

Forecasting 30min ahead with 5min data #275

Discussion options

You must be logged in to vote

@sumonsamanta123

It seems to give me error 'Train' object has no attribute 'lambda_delay'.

This was a bug in an old version of NP. please update to the current version in master - it should solve the issue.

Timestamp of live stock price is in 5 minutes interval. So, the idea is sort the stock price from morning till 3:30 afternoon, and then predict the price for next 30 minutes.

You can do this by setting freq="5min" and n_forecasts=6, as 6*5min=30min.

I understand that stock price theoretically follows stochastic processes/Geometric Brownian Motion - so may not get high level of accuracy using AR Net, but wanted to try.

You are likely right. You could post a question about this in …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ourownstory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant