Simulation for testing Board of Veterans' Appeals docket auto-assignment algorithms
This instructions assume you have installed pyenv.
pyenv install $(cat .python-version)
pip install virtualenv
virtualenv env
source env/bin/activate
pip install -r requirements.txt
source env/bin/activate
jupyter notebook
And open docketeer.ipynb
Chris needs to document it. The main things to pay attention to are the select_cases_for_judge()
function, which contains the current draft auto-assignment algorithm, and the pretty, pretty charts down at the bottom.