jyeungtin / netpercolate

Python package for targeted percolation in social networks

Home Page:https://jyeungtin.github.io/netpercolate/

Repository from Github https://github.comjyeungtin/netpercolateRepository from Github https://github.comjyeungtin/netpercolate

netpercolate

A python package for targeted percolation in social networks.

The package offers basic and advanced applications of percolation in social networks, including:

  1. Node targeting with classical centrality measures, heuristics-based and ML-based methods
  2. Implementation of diverse methods to evaluate successes of percolation
  3. Simple visualization methods

Current version

0.1.1

How to use?

Installation

The package is on PyPi. You can install the package in your terminal using pip install netpercolate.

Dependencies

  • pandas == 2.2.2
  • networkx == 3.3
  • numpy == 1.22.4

Documentation

Please check the documentation here.

License

MIT

Author

Justin Wang Ngai Yeung @ Oxford Internet Institute

About

Python package for targeted percolation in social networks

https://jyeungtin.github.io/netpercolate/

License:MIT License


Languages

Language:Python 100.0%