Skip to content

silasnevstad/NHL3.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

NHL Prediction Model 3.0

A python machine learning model to predict the outcomes of NHL games.

Table of Contents
  1. Overview
  2. Built With
  3. Dependencies
  4. Acknowledgements

Overview

A machine learning model designed to predict the outcome of NHL matches. The model has been trained on data from 2010 to 2022 predicting the expected goals for and against. Using a combination of those predictions and ELO ratings, I then calculate offensive and defensive strengths for each team, with which I can predict the outcome of upcoming games, and determine whether my odds have an edge over Vegas.

(back to top)

Built With

(back to top)

Dependencies

  • numpy
  • pandas
  • seaborn
  • matplotlib.pyplot
  • sklearn.linear_model.Ridge
  • sklearn.metrics.mean_squared_error
  • sklearn.metrics
  • re

(back to top)

Acknowledgements

Data sourced from naturalstattrick.com

(backop)

About

NHL Machine Learning Model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages