Skip to content

vintasoftware/scikit-network

 
 

Repository files navigation

logo sknetwork

image

image

Documentation Status

image

image

Python package for the analysis of large graphs:

  • Memory-efficient representation as sparse matrices in the CSR format of scipy
  • Fast algorithms
  • Simple API inspired by scikit-learn

Resources

Quickstart

Install scikit-network:

$ pip install scikit-network

Import scikit-network in a Python project:

import sknetwork as skn

See examples in the tutorials; the notebooks are available here.

Citing

If you want to cite scikit-network, please refer to the publication in the Journal of Machine Learning Research:

@article{JMLR:v21:20-412,
  author  = {Thomas Bonald and Nathan de Lara and Quentin Lutz and Bertrand Charpentier},
  title   = {Scikit-network: Graph Analysis in Python},
  journal = {Journal of Machine Learning Research},
  year    = {2020},
  volume  = {21},
  number  = {185},
  pages   = {1-6},
  url     = {http://jmlr.org/papers/v21/20-412.html}
}

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%