Skip to content

mberland/pitch-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pitch-predictor

This is the repo for the blog post here: Pitch Prediction with Keras

Requires: Python 3.6+; statsapi; keras 1.15.0

  1. Run python ./download_games.py to get the data from MLB.
  2. Run python ./pitch_predictor.py to run the model.
  3. If it works, you can set TESTING_FLAG = False in ./pitch_predictor.py and run it at full strength.