Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate Algorithm based upon USDA CEP spreadsheet formula #11

Closed
nikolajbaer opened this issue Apr 22, 2019 · 2 comments
Closed

Validate Algorithm based upon USDA CEP spreadsheet formula #11

nikolajbaer opened this issue Apr 22, 2019 · 2 comments
Assignees

Comments

@nikolajbaer
Copy link
Member

To verify the quality of the optimizations generated by the algorithm(s) used, we want to have an implementation of the evaluation done by the "canonical" CEP spreadsheet provided by the USDA.

The idea is that we can generate the groupings for any given district, and then given that modified grouping (and the data for the district), we can process the CEP eligibility exactly as the USDA would, and compare the out come to other groupings.

Input to this should be similar to what we are generating to input into the CEP spreadsheet (as output of the algorithm)/

@nikolajbaer
Copy link
Member Author

@nikolajbaer
Copy link
Member Author

New "validate" branch has setup an environment for this (as a command-line interface). You can run a strategy as well as a "baseline" strategy, and you will get a comparison result across the entire calpads dataset (all schools in California).

The current results are mixed, where the Algo V2 does better or worse than more naive groupings in various cases.

The additional step is going to be factoring school participation rates (the actual # of meals served) as well as the reimbursement dollar-amounts per meal to provide actual estimates of reimbursement levels (and the change).

@nikolajbaer nikolajbaer self-assigned this Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant