- This branch is dedicated to the Practitioner's Guide Jupyter Notebook, accompanying the paper "From data to a validated score-based LR system: A practitioner’s guide" - Leegwater et al.
- The notebook is also available on Google Colab
- The source code of the LiR package can be found on the main branch of this GitHub repository
This project uses pdm as a dependency manager. For installation of PDM, please consult the PDM project website. It is encouraged to use PDM when contributing to this package.
Get the code and install dependencies:
git clone -b practitioner_guide git@github.com:NetherlandsForensicInstitute/lir.git
pdm syncCommands available:
pdm run notebook: launch the notebook in a browserpdm run clean: reset the notebookpdm run test: run unit tests