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

for kaggle submission each game prediction can use only past data

davidcasterton opened this issue · comments

This rule means KenPom season statistics are illegal. Changes include:

  • a new Analysis class will need to be generated that trains only on previous games
  • Analysis base class will need to be modified to include concept of when the game is being played