Skip to content

grqphical/NHL-Game-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NHL Game Predictor

I built this using data from MoneyPuck.com to predict the outcome of NHL games based on data such as the date, the rolling average of past game stats, whether or not it's a home game and more.

The model is a RandomForestClassifier model with tuned parameters. The data is split based on the year it was from so training data is from 2008-2019 and testing data is from 2020-2023

In testing it has about a ~60% accuracy rating however I have yet to test it based on real world games

Where to get Dataset

Here: https://moneypuck.com/moneypuck/playerData/careers/gameByGame/all_teams.csv

License

MIT License

About

A machine learning model to predict NHL game outcomes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages