Tutorials

The clkhash library can be used via the Python API. For a command line interface to clkhash see anonlink-client.

The tutorial tutorial_api.ipynb shows an example linkage workflow.

With linkage schema version 3.0 clkhash introduced different comparison techniques for feature values. They are described in the tutorial tutorial_comparisons.ipynb.

running the tutorials

The notebooks can run online using binder.

https://mybinder.org/badge_logo.svg

You can download the tutorials from github. The dependencies are listed in doc-requirements.txt. Install and start Jupyter from the docs directory:

pip install -r doc-requirements.txt
python -m jupyter lab

Finally you can view a static version of the tutorials here.