The following model Predicts the price of any given stock (I have taken GOOGL) by using data from previous 3 years.
Of this 3 years of data, 60% is training set, 20% is dev set, and the rest is test set.
This model uses StandardScalar.
- Clone this Repository.
- Download the Dataset of the organization whose stock you want to predict (Preferably of last 3 years atleast) from (https://finance.yahoo.com/)
- Rename this .csv file to "data.csv"
- Copy and Replace this file with the existing data.csv file in "data" subfolder.
- Run the Jupyter notebook.