There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This script implements an example of Simple Linear Regression and SVR algorithm on a stocks dataset downloaded from Quandl in order to predict the Average Close price of a stock 10 days into the future. The implemented modules are pandas, numpy, sklearn, quandl and math