404NameNotFound404 / MarchMadness

This system can be used to rank college basketball teams based on publicly accessible data. It will provide meaningful comparisons even between teams that have not played each other. It reads game information from a file to construct a linear system of equations according to the Massey method, then solves the system.
0 stars 0 forks source link

Massey class attempt #22

Closed katherinemendel closed 4 years ago

katherinemendel commented 4 years ago

Initial class to deal with Massey Method steps once files are read in from csv and put into NumPy arrays