Gerola / Champion-Predictor

Using past stats to predict the NBA champion for the 2021-2022 and 2022-2023 seasons.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can Stats Alone Be Used to Predict a Champion?

Motivation:

The motivation behind this project stems from the importance stats now play in sports, with stats dominating decision making. Whether to take a three in basketball, go for it on fourth down in football, or shift the defense in baseball, all these decisions are now based on stats from previous outcomes and the possibility of success. Which is why I want to see just how powerful stats are by using them to try and predict a champion.

How to run:

Place all the files from the folders above into one directory and run g++ NBA.cpp main.cpp -o teams then ./teams to get a predicted champion. The results will be placed in the Predicted_Champions.txt file.

About

Using past stats to predict the NBA champion for the 2021-2022 and 2022-2023 seasons.


Languages

Language:C++ 100.0%