Quick and easy MLB team standings simulations. All you have to do is clone this repo, input a year you wish to simulate, and the results will be placed in a local directory.
Season data can be found here
git clone https://github.com/meirelon/baseball-season-simulation.git
cd baseball-season-simulation
pip install -r requirements.txt
python simulate_season.py --season=2019 --ntrials=100
Feel free to play with different seasons and/or number of trials.
Please reach out via email or send me a pull request.
- Michael Nestel