everwitt7/PitcherPolicy
Determining what pitches a pitcher should throw to improve their chance of winning a baseball game
Jupyter NotebookMIT
Issues
- 0
Write print_empircal_data(df) helper function
#10 opened by mbendy - 0
Re look at data cleaning and put necessary cleaned files in a data folder (add an ERA and AVG column if possible)
#8 opened by mbendy - 0
State interface and CountState implementation
#5 opened by mbendy - 0
SwingData, AccuracyMatrix, TransitionMatrix
#6 opened by mbendy - 0
Write StochasticGame
#12 opened by mbendy - 0
- 1
- 0
Write get_pitches(pitch_config) helper function that returns list of Pitch objects
#1 opened by mbendy - 0
Add how to run tests into readme and note that names of test files must end in _test.py
#3 opened by mbendy - 0
determine ball/obvious zone cutoffs
#14 opened by everwitt7 - 1
- 0
Write get_rhh(df) helper function
#11 opened by mbendy - 0
Create Final CSV that uses our Pitch Objects to assign a Zone location to each pitch
#15 opened by everwitt7 - 0
Calculate Swing Transition Probabilities based on CSV file containing result and location cols
#16 opened by everwitt7 - 1
Figure out how to get seed setting for random values to get same simulations for each pitch on each run
#4 opened by mbendy