ragibson / ModularityPruning

Pruning tool to identify small subsets of network partitions that are significant from the perspective of stochastic block model inference. This method works for single-layer and multi-layer networks, as well as for restricting focus to a fixed number of communities when desired.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add type hints

ragibson opened this issue · comments

It may be nice to add type hints to our library where possible.

That said, it appears that igraph, leidenalg, louvain, matplotlib, scipy, and seaborn do not support type hints (yet).