Skip to content

Releases: IdmFoundInHim/march-madness-ii

2023 Tournament + Fully Automated for User

15 Mar 00:53
Compare
Choose a tag to compare

Fetching random numbers now happens automatically. For future years, the program will run sufficiently using placeholders before data is published in this repository.

Again, thanks to mcubed.net and Wikipedia editors for 2023's data.

2021 Men's Tournament

16 Mar 01:35
Compare
Choose a tag to compare

The algorithm is simplified, going purely on historical percentages for most games (as long as there are at least 7 historical games). For match-ups without enough data, historical games with similar gaps separating the two teams were used to create a backup formula.

Code and data organization was improved. To run the program, copy some random numbers from the random.org integer generator and run cd march-madness-ii; python .

Thanks to mcubed.net and Wikipedia editors for data

Algorithm Refinement

21 Mar 14:35
Compare
Choose a tag to compare
  • Fixed custom probability calculations
  • Team names updated after First Four

Initial Version

19 Mar 01:39
Compare
Choose a tag to compare

It works!