fire-ants / mlb-machine-learning

Test machine learning against MLB PitchFX data.
0 stars 0 forks source link

Implement recursion for p_throws and p_type #4

Closed jrbattles closed 5 years ago

goyetc commented 6 years ago

Note: I think this issue needs to be more fully defined. I suspect that this issue is intended to address the way we iterate through available pitch types. The goal is to dynamically pull this data rather than hard code pitch types? E.g., for pitch in pitch_type: if count(pitch) > y, then include in model

jrbattles commented 6 years ago

I actually intended to create this issue in mlb-analytics-ant.