Learn practical skills, build real-world projects, and advance your career
Python version: 3.7
CDlib version: 0.1.10
Last update: 25/11/2021
import warnings
from collections import Counter
import numpy as np
warnings.filterwarnings('ignore')

Chapter 5: Community Discovery

In this notebook are introduced the main steps for the extraction and topological analysis of communities.

Note: this notebook is purposely not 100% comprehensive, it only discusses the basic things you need to get started. For all the details, algorithm/methods/evaluation facilities available in CDlib, please refer to the official documentation and the dedicated notebook appendix.

!pip install cdlib