Skip to content

alvinthai/MLB_pitch_type_predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLB Pitch Type Predictor

Click on this link for an interactive readme of the project.


Installation

  1. Create a new Python 2.7 virtual environment for the project
conda create -n mlb python=2.7
  1. Activate virtual enviornment
conda activate mlb
  1. Clone repo and install required dependencies
pip install -r requirements.txt
  1. Install jupyter kernel for virtual environment and move kernel files
pip install jupyter
python -m ipykernel install --name mlb --display-name "Python 2 (mlb)"
mv /usr/local/share/jupyter/kernels/mlb ~/Library/Jupyter/kernels/
  1. Use Python 2 (mlb) kernel in jupyter notebook when importing files from this repo

About

Multi-classification predictions and explanations for MLB play-by-play data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published