How to find high price for next day?
Hey,
Your help will be appreciated.
I have a question, where I need to predict a high price for the next day based on open price, low price, and volume. Also I have to use the Linear regression model for this.
How do I do this? What should I set as a label here?
Thanks
Your help will be appreciated.
I have a question, where I need to predict a high price for the next day based on open price, low price, and volume. Also I have to use the Linear regression model for this.
How do I do this? What should I set as a label here?
Thanks
0
Answers
The quick answer to your problem is that with open, low and volume....you are not going to be able to predict the high value. Check your data.