scikit-network

图算法。「Graph Algorithms」

  • Owner: sknetwork-team/scikit-network
  • Platform: Linux, Mac, Windows
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

.. image:: https://perso.telecom-paristech.fr/bonald/logo_sknetwork.png
:align: right
:width: 100px
:alt: logo sknetwork

.. image:: https://img.shields.io/pypi/v/scikit-network.svg
:target: https://pypi.python.org/pypi/scikit-network

.. image:: https://travis-ci.org/sknetwork-team/scikit-network.svg
:target: https://travis-ci.org/sknetwork-team/scikit-network

.. image:: https://readthedocs.org/projects/scikit-network/badge/?version=latest
:target: https://scikit-network.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://codecov.io/gh/sknetwork-team/scikit-network/branch/master/graph/badge.svg
:target: https://codecov.io/gh/sknetwork-team/scikit-network

.. image:: https://img.shields.io/pypi/pyversions/scikit-network.svg
:target: https://pypi.python.org/pypi/scikit-network

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_

.. _scipy: https://www.scipy.org
.. _scikit-learn: https://scikit-learn.org/

Resources

Quick Start

Install scikit-network:

.. code-block:: console

$ 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 <https://jmlr.org>_:

.. code::

@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}
}

.. _here: https://github.com/sknetwork-team/scikit-network/tree/master/docs/tutorials

Overview

Name With Ownersknetwork-team/scikit-network
Primary LanguagePython
Program languageMakefile (Language Count: 4)
PlatformLinux, Mac, Windows
License:Other
Release Count55
Last Release Namev0.32.1 (Posted on )
First Release Namev0.1.1 (Posted on 2018-06-05 19:43:05)
Created At2018-05-29 11:45:42
Pushed At2024-04-09 13:01:25
Last Commit At2024-04-09 14:49:15
Stargazers Count589
Watchers Count13
Fork Count65
Commits Count3.2k
Has Issues Enabled
Issues Count59
Issue Open Count0
Pull Requests Count364
Pull Requests Open Count0
Pull Requests Close Count136
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top