j4klein95 / predicting-scores-hck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predicting Hockey Scoring.

Data Sources

Repository Format

├───cdk
│   ├───cdk
│   └───tests
│       └───unit
├───data
│   └───.ipynb_checkpoints
├───engineering
│   └───.ipynb_checkpoints
├───ML
│   └───.ipynb_checkpoints
└───storytelling
    └───.ipynb_checkpoints

Requirements

  • Python 3.10
  • Selenium Web Driver
  • Pandas
  • Bokeh (for storytelling notebook)
  • Ipywidgets
  • Written for FireFox, use the Gecko Driver. If you do not want to use Firefox, rewrite data_scraper.py. Follow install instructions for your web driver.
  • AWS CDK has its own Requirements.txt file.

About


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%