Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 424 Bytes

File metadata and controls

6 lines (5 loc) · 424 Bytes

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.