This repository explores the moneyball theory & other baseball statistics to predict if a team makes the playoffs.
- contains data initialization steps, including loading dataset & adding more data via API.
- contains attributes to obtain statistics from API and a jupyter icon.
- contains models on moneyball statistics and another on more statistics.
- explores variable weights and simulates models during different eras of baseball.
- contains modules and libraries used within the repository.
- contains XGBoost model.
- explores different accuracy metrics and simulates model during different eras of baseball.
- set up the data with
data_initialization.py
. - run simulations