Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 621 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 621 Bytes

NFL Predictor

Background

This project aims to see if we can use Machine Learning with readily available team stats to predict the winner of NFL games with an accuracy of 70% for the regular season.

Data

Data Guide

Method

For our first prediction method we used the random forest classifier model. This model fits a specified number of decision trees and chooses the best one.

Results

Conclusion

References

Further Reading