Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmancio00/igraph-examples
CookBook of iGraph
https://github.com/cmancio00/igraph-examples
igraph network-analysis python
Last synced: 26 days ago
JSON representation
CookBook of iGraph
- Host: GitHub
- URL: https://github.com/cmancio00/igraph-examples
- Owner: cMancio00
- License: gpl-3.0
- Created: 2024-04-10T07:06:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T09:28:46.000Z (8 months ago)
- Last Synced: 2024-04-22T10:42:46.776Z (8 months ago)
- Topics: igraph, network-analysis, python
- Language: Jupyter Notebook
- Homepage:
- Size: 3.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Examples of iGraph usage
The examples are a reference for the development of the final project of
[Web Mining](https://www.unifi.it/p-ins2-2022-632233-0.html) course of the [master degree in Data Science](https://www.informaticamagistrale.unifi.it/index.html)
of [University of Florence](https://www.scienze.unifi.it/#).# Table of contents
1. [Graph creation and plotting](NoteBooks/1.Graph_Creation.ipynb)
2. [Import, Export and .gml format usage](NoteBooks/2.ImportingAndExporting.ipynb)
3. Centrality Measures
3. Descriptive statistics
4. More to add later....