Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Simulation for testing Board of Veterans' Appeals docket auto-assignment algorithms

Notifications You must be signed in to change notification settings

department-of-veterans-affairs/docketeer

Repository files navigation

Docketeer

Simulation for testing Board of Veterans' Appeals docket auto-assignment algorithms

Setup

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

Running the notebook

source env/bin/activate
jupyter notebook

And open docketeer.ipynb

What is all this crap?

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.

About

Simulation for testing Board of Veterans' Appeals docket auto-assignment algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published