Machine learning model that predicts the stock market prices given a historical time-series data set.
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.