Authors: Emma Demarecaux, Charles Desaleux, Romain Fabre, Julien Lenhardt, Luz Pascal, Benjamin Wallyn
The Health Department has developed an inspection report and scoring system. After conducting an inspection of the facility, the Health Inspector calculates a score based on the violations observed. Violations can fall into:
- High risk category: records specific violations that directly relate to the transmission of food borne illnesses, the adulteration of food products and the contamination of food-contact surfaces;
- Moderate risk category: records specific violations that are of a moderate risk to the public health and safety;
- Low risk category: records violations that are low risk or have no immediate risk to the public health and safety.
Our goal is to estimate the restaurant score in order to help health inspectors select places that may not respect the health quality needed for a restaurant.
Open a terminal and
- install the
ramp-workflow
library (if not already done)
$ pip install git+https://github.com/paris-saclay-cds/ramp-workflow.git
- Follow the ramp-kits instructions from the wiki
The project structure has been made using the project structure Cookiecutter for Data Science.
Get started on this RAMP with the notebook.
To test the starting-kit, run
ramp_test_submission --submission starting_kit
or for a test mode:
ramp_test_submission --submission starting_kit --quick-test
Go to the ramp-workflow
wiki for more help on the RAMP ecosystem.