davidcasterton / PyMarchMadness

Modular Python framework to analyze the NCAA March Madness tournament

Home Page:http://davidcasterton.github.io/PyMarchMadness/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restructure seasons to be within teams instead of teams within seasons

davidcasterton opened this issue · comments

will allow learning from prior seasons data

instead of structuring seasons within teams, teams should still be within seasons/tournaments however the same team object should exist across seasons/tournaments. to support this need to implement a team factory class to house all team objects.