-
Notifications
You must be signed in to change notification settings - Fork 4
/
HOWTO
23 lines (21 loc) · 1.01 KB
/
HOWTO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- run updateallstatsdata.py (replaces all the OLD steps below)
- in statsreact/src/App.tsx, look for MAX_YEAR and set it to the new max year
- in statsreact/public/index.html, update the HTML description to the new max year
- in statsreact, call npm run build
--
OLD
In the retrosheet_stats directory
- call cargo run --release
- call cargo run --release -- -r StatsWithBallsStrikes
- call cargo run --release -- -y
- call cargo run --release -- -y -r StatsWithBallsStrikes
In this directory
- call ./processcumulativestats.py statsyears
- call ./processcumulativeballsstrikesstats.py statsyears
- call ./processcumulativeballsstrikesrunsperinningstats.py statsyears
- call ./processcumulativerunsperinningstats.py statsyears
- call ./processleveragefromcumulative.py
- call ./processstats.py stats > probs.txt
- call ./processballsstrikesstats.py statswithballsstrikes > probswithballsstrikes.txt
- call ./processallstatsruns.py
- call ./processballsstrikesstatsruns.py runsperinningballsstrikesstats > runsperinningballsstrikes.xml