scorpionhiccup / StockPricePrediction

Stock Price Prediction using Machine Learning Techniques
http://scorpionhiccup.github.io/StockPricePrediction
MIT License
1.29k stars 416 forks source link

This Program doesn't predict Stock market prices #4

Closed yannikkellerde closed 6 years ago

yannikkellerde commented 6 years ago

This Alghorithm just matches the market close value of one day to the market open value of the next day and calls this a prediction...

scorpionhiccup commented 6 years ago

Yes this program forecasts the values for the next day, but you can easily extend this to predict for the next N days. This is just an experimental repo wherein we predicted only for the next day.