Modular Python framework to analyze the NCAA March Madness tournament
GNU General Public License v3.0
2
stars
0
forks
source link
PyMarchMadness
Modular Python framework to analyze the NCAA March Madness tournament.
Download Site:
Requirements:
Installation:
python setup.py install
Usage:
python PyMarchMadness
Source Code Documentation:
How To Add New Analysis To Framework:
- Create an analysis module that inherits from [Analysis.BaseClass] (PyMarchMadness/Analysis/Analysis.py)
- Implement all methods in [Analysis.BaseClass] (PyMarchMadness/Analysis/Analysis.py) marked with NotImplementedError
- Insert analysis module into [PyMarchMadness/Analysis/] (PyMarchMadness/Analysis/)
- Select new analysis module when prompted at run-time
How To Add New Input Data:
- Add \<new_folder> into [InputData/] (PyMarchMadness/InputData/)
- Add data files into InputData/\<new_folder>