Machine Learning Snippets
Overview:
Test model to predict stock market prices.
- Download the stockpredictor.py file.
- Download the .csv file as data input, it can also be replaced by another .csv file.
- 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.
- Run the code and wait for the plot to show up.
Dependencies:
numpy sklearn csv matplotlib