You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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