Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 334 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 334 Bytes

ML-LSTM-Stock-Prediction

A simple implementation of the LSTM Learning model to help predict future stock prices using a dataset of past stock data acquired from YFinance.

Remember to install: 1.) sklearn using ~ pip install scikit-learn 2.) tensorflow using ~ pip install tensorflow (Required for keras and LSTM training)