SimpleLinearRegression-Stocks_Dataset_Quandl
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