Documents COMP via baseball data examples.


License
MIT
Install
pip install compbaseball==0.1.15

Documentation

Matchups

Provides pitch data on pitcher and batter matchups.

Setup

Set conda environment.

conda create -n matchups-dev pip pandas numpy pyarrow
conda activate matchups-dev

Install from source

pip install -e .

Install using pip

pip install -U matchups

Run tests

pip install -r requirements.txt
py.test