/Stock-market-forecasting-using-predictive-analysis

A machine learning model that predicts the stock market price given a historical time-series data set.

Primary LanguagePython

Stock-market-forecasting-using-predictive-analysis

Machine learning model that predicts the stock market prices given a historical time-series data set.

Prerequisites

1: Install sklearn, numpy, and pandas package using pip install sklearn, pip install numpy, and pip install pandas commands respectively.
2: Ensure the infy.csv file and the Stock market forecasting python file are in the same folder.