fire-ants / mlb-machine-learning

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

Reference new HitterVal table in SQL database instead of CSV #5

Closed jrbattles closed 5 years ago

goyetc commented 5 years ago

Set up config file to call SQL database (once running as service in PCF)

goyetc commented 5 years ago

This has been accomplished with MySQL. We open a connectin, pull from joined table "var.interest", and then close the db connection. Required a bit more cleaning in pandas on Python end.