Skip to content

mynameisvinn/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.

About

Graph Algorithms

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%