Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 447 Bytes

Machine_learning_v1

Machine Learning Snippets

Overview:

Test model to predict stock market prices.

  1. Download the stockpredictor.py file.
  2. Download the .csv file as data input, it can also be replaced by another .csv file.
  3. Add the .csv file in the same folder with the .py file (if needed add the name of .csv file in the python code base.
  4. Run the code and wait for the plot to show up.

Dependencies:

numpy sklearn csv matplotlib