This project attempts to automate trading with machine learning signals.
This project leverages python 3.7.9 with the following packages:
-
pandas - For the analysis stock information.
-
sklearn - For scaling and creating training and testing data.
-
tensorflow - For analysis of stock information.
On the terminal, under the conda dev environment, install the following:
Before running the application first install the following dependencies.
pip install pandas
pip install --upgrade tensorflow
Nathan Patterson
MIT