/moneyball

Assembling a baseball team based on salary and on base percentage (OBP) using Python.

Primary LanguageJupyter NotebookMIT LicenseMIT

moneyball

This jupyter notebook and associated python module attempt to delve into the mysteries of On Base Percentage and play moneyball by building the best, cheapest baseball team.

Instructions

To open the jupyter notebook, run the command jupyter notebook moneyball.ipynb from your command line.

Dependencies

To install dependencies run pip install -r requirements.txt.