These notebooks' dependencies are listed in the requirements.yml file.
Additionally, using the notebooks will require Jupyter.
ENV_NAME=umap-benchmarking
conda create -n ${ENV_NAME}
conda activate ${ENV_NAME}
conda env update --file requirements.yml
jupyter notebookcd notebooks
mkdir results
jupyter notebookThen these notebooks contain the analyses:
real-data-keyboard-benchmark.ipynbreal-data-soil-benchmark.ipynbtechnical-effects-hmpv13v35.ipynb