Skip to content

NGO-Algorithm-Audit/Algorithm-Register-Analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Algorithm Registry Analysis

Analysis of the Dutch Algorithm Registry, examining registration completeness and publication patterns across different organisation types.

Setup

Option 1: Use existing virtual environment

If you already have the .venv folder:

Activate the virtual environment:

# macOS/Linux
source .venv/bin/activate

# Windows
.venv\Scripts\activate

Install/update dependencies:

pip install -r requirements.txt

Option 2: Create new virtual environment

# Create virtual environment
python -m venv venv

# Activate it (macOS/Linux)
source venv/bin/activate

# Activate it (Windows)
venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

Running the Analysis

Once your virtual environment is activated and dependencies are installed:

In VSCode:

  1. Open Algorithm_Analysis_Folder/Combined_Analysis.ipynb
  2. Select the Python interpreter from your virtual environment (bottom right)
  3. Run the cells

Or use Jupyter:

jupyter notebook "Algorithm_Analysis_Folder/Combined_Analysis.ipynb"

Project Structure

.
├── Algorithm_Analysis_Folder/
│   ├── Combined_Analysis.ipynb          # Main analysis notebook
│   ├── helper_functions.py              # Helper functions for analysis
│   ├── Gepubliceerde algoritmes 2025-11-19.csv  # Data file
│   └── visualisations/                  # Generated visualisations
├── requirements.txt                      # Python dependencies
├── LICENSE                              # EUPL v1.2 license
├── algo_Reg_header.png                  # Project header image
└── README.md                            # This file

Analysis Overview

The notebook performs the following analyses:

  1. Organisation Type Analysis: Data completeness by organisation type
  2. Publication Category Distribution: Algorithm categorisation across organisation types
  3. Field Completeness: Analysis of key information fields
  4. Municipality Analysis: Detailed analysis of top municipalities by population
  5. Summary Statistics: Overall findings and recommendations

Data Source

Gepubliceerde algoritmes 2025-11-19.csv from the Dutch Algorithm Registry, update accordingly!

About

Repository providing open source code to analyse Dutch Algorithm Register

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •