Skip to content

Lightweight version of MLB At Bat including win expectancy/win probability

License

Notifications You must be signed in to change notification settings

fdterr/Stackathon

Repository files navigation

Rick Terry Stackathon - Win Expectancy Calculator / Grapher (Automated?)

Setup

Very simple setup, simply run: npm install

RetroSheet Downloader (OBSOLETE)

To download the Retrosheet files needed to create the database, cd into the retrosheet-downloader (downloader created by Matt Dennewitz

After building the downloader file (instructions here)

From the retrosheet-downloader directory run:

mkdir all_data
./rs -start=[startYear;min=1921] -w=[#workers here, recommend 5] -out=all_data

For example:

./rs -start=1921 -w=5 -out=all_data #all_data can be whatever directory, but must exist

About

Lightweight version of MLB At Bat including win expectancy/win probability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published