The graph identification algorithm from my thesis
Project description
[![Travis](https://img.shields.io/travis/Erotemic/graphid/master.svg?label=Travis%20CI)](https://travis-ci.org/Erotemic/graphid) [![Codecov](https://codecov.io/github/Erotemic/graphid/badge.svg?branch=master&service=github)](https://codecov.io/github/Erotemic/graphid?branch=master) [![Appveyor](https://ci.appveyor.com/api/projects/status/github/Erotemic/graphid?svg=True)](https://ci.appveyor.com/project/Erotemic/graphid/branch/master) [![Pypi](https://img.shields.io/pypi/v/graphid.svg)](https://pypi-hypernode.com/pypi/graphid)
# Graph Identification
A graph algorithm to manage the identification of individuals in a population using automatic pairwise decision algorithms with a humans in the loop. It is agnostic to the specific ranking and verification algorithms. In fact, it can work without a ranking or verification algorithm, but in that case all reviews will have to be manual, and it will be difficult to prioritize which pairs of annotations (typically images) to look at first.
This is the graph identification described in Chapter 5 of [my thesis](https://github.com/Erotemic/crall-thesis-2017/blob/master/crall-thesis_2017-08-10_compressed.pdf). Viewing this PDF online can be slow, so I’ve linked there raw text [here](https://github.com/Erotemic/crall-thesis-2017/blob/master/chapter5-graphid.tex).
# General Information
This repo is currently a work in progress.
Helpful commands I’m currently using in development and debugging. Perhaps they will be someone illustrative of what this package is trying to do.
` python -m graphid.demo.dummy_infr demodata_infr --show python -m graphid.demo.dummy_infr demodata_infr --num_pccs=25 --show python -m graphid.demo.dummy_infr demodata_infr --num_pccs=100 --show `
This README is a mess. Why not look at [this Jupyter notebook](notebooks/core_example.ipynb) in the meantime.
# Installation
Once this package becomes stable you can install via pip install graphid. However, this will currently give you an older version of the project I uploaded to reserve the name.
# Dependencies
`bash sudo apt-get install -y graphviz libgraphviz-dev pip install graphviz pip install -e . `
This project is Python 3.6+, Python 2 is not supported.
If you want to be able to draw the graphs, you must install graphviz, which is needed by pygraphviz.
I’m currently having trouble getting this to work on windows due to pygraphviz.
Conda can be used to install pygraphviz on windows? conda install -c marufr pygraphviz
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file graphid-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: graphid-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.5.1 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03c774c4eee63d51c1fb52deb1e55b4f5aa37b8266ffa8725ac110dfff235cb7 |
|
MD5 | 101d0abe346d99890e789044bca4091d |
|
BLAKE2b-256 | 7b0b04d2e1acd49d954cbe74bf30e8060611de8ec6e71b4ba8168e0bbc339078 |