fire-ants / mlb-machine-learning

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

rewrite main function to allow dynamic inclusion of features of interest #9

Closed goyetc closed 5 years ago

goyetc commented 5 years ago

Update function arguments to explicitly include feature table X, label vector Y, and batters list. This will replace hard coding of this info as currently implemented, and features of interest can be established via input argument X rather than explicitly defined.

goyetc commented 5 years ago

Done!