Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 780 Bytes

README.md

File metadata and controls

47 lines (24 loc) · 780 Bytes

Machine Learning Trading

This project attempts to automate trading with machine learning signals.


Technologies

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:


Installation Guide

Before running the application first install the following dependencies.

  pip install pandas

  pip install --upgrade tensorflow


Analysis


Contributors

Nathan Patterson


License

MIT