Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 325 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 325 Bytes

A study of machine lerning for investments in S&P500 with python based on a tutorial from Sentdex

Installation

Use the package manager pip to install.

pip install pandas
pip install numpy
pip install sklearn
pip install matplotlib