FCS shouldn’t count?

Doing a project as pointless as this lets me really examine some of the pitfalls of how software projects get hung up. Let’s take a look at a verbose run for 2007 under the current codebase: UCLA 45 at Stanford 17 on Sep 01, 2007 Sacramento State 3 at Fresno State 24 on Sep 02,… Continue reading FCS shouldn’t count?

Ties

I added support for games that end in a tie with this commit. With my recency bias I had left that out and marked it “hard” in my head but it doesn’t seem like it takes much. It changes a couple of 1970s results. I had credited San Diego State with one too many titles.… Continue reading Ties

Published
Categorized as code, results

First pass

Just to keep myself honest this is version 0.1. Single year run with hard-coded school list. The dataset is a bit incomplete on stadium info, which is the only way to query the abstract location of a school. (I think.) So for now we’ll populate the CA schools. This is still incomplete, especially for the… Continue reading First pass

Published
Categorized as code