Chicago / food-inspections-evaluation

This repository contains the code to generate predictions of critical violations at food establishments in Chicago. It also contains the results of an evaluation of the effectiveness of those predictions.
http://chicago.github.io/food-inspections-evaluation/
Other
410 stars 130 forks source link

Remove redundant functions #28

Closed geneorama closed 9 years ago

geneorama commented 9 years ago

Prune redundant / unused functions.

geneorama commented 9 years ago

The only function I kept was "heat", but I moved it to "not used".

Although we don't use this exact function now, I might like to implement something like it in the future. I also like the try catch example.

I'm glad you're reviewing the code to make sure there are not any unnoticed dependencies. I doubt it though, I didn't find the text for the commands I deleted anywhere in the project except their definitions (or in the "not used" folder).