Skip to content

leoniloris/Stock-Price-Prediction

Repository files navigation

Stock price prediction

A walk-through on how to lose money on a flip of a coin.


  • System requirements:
# pip3
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python3 get-pip.py --user
  • Installing requirements:
pip3 install -r requirements
  • Running jupyter notebook
jupyter notebook stock_price_prediction.ipynb
# - Alt + Enter runs one cell and goes to the next one.
# - The user can also Ctrl + Shift + P => "run all"

It is also possible open stock_price_prediction.html, which is a snapshot of one reproduction from the jupyter notebook.

About

A walk-through on how to lose money on a flip of a coin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published