Skip to content

Capstone project of udacity machine learning nanodegree

License

Notifications You must be signed in to change notification settings

henry32144/mlnd-capstone

Repository files navigation

Stock Price Indicator

This is a research about using Machine Learning technique to predict the stock price, the detail of the project is in the report file.

The code is in the Capstone.ipynb.

(This project is a part of Udacity Machine Learning Nanodegree)

Requirement

  • Python 3.6
  • Numpy
  • Pandas
  • Scikit-learn
  • matplotlib
  • Xgboost
  • Jupyter notebook

or directly use pip install the requirement txt file

pip -r requirement.txt

Usage

Use Jupyter notebook to open the .ipynb file

Author

Henry Wu