From df3a7cec7c918a1999a8f853ac8b608524a42f6b Mon Sep 17 00:00:00 2001 From: jfparie Date: Mon, 8 Dec 2025 13:54:31 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dff4bf..ffc534c 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,14 @@ jupyter notebook "notebook/Analysis_251119.ipynb" │ └── helper_functions.py # Helper functions ├── README.md # This file └── requirements.txt # required packages -``` \ No newline at end of file +``` + +## Key components of analysis + +In the notebooks, the following analyses is conducted: + +1. **Total number of registrations** +2. **Registered algorithms per type of organisation and risk category** +3. **Top 20 municipalities by population & algorithm publication type** +4. **Completeness of records by municipality** +5. **Completeness of records by algorithm** \ No newline at end of file