issues Search Results · repo:GiulioRossetti/cdlib language:Python
Filter by
131 results
(79 ms)131 results
inGiulioRossetti/cdlib (press backspace or delete to remove)Is your feature request related to a problem? Please describe. It s currently difficult to quickly compare algorithm
features when selecting appropriate methods. The algorithms table from v0.3.0 was very ...
azriel1rf
- 2
- Opened on Jan 8
- #248
kienvt-taureau
- Opened on Oct 18, 2024
- #247
Describe the bug AttributeError: module cdlib.algorithms has no attribute big_clam Big Clam code is commented out in the
source code
To Reproduce
from cdlib import algorithms
import networkx as nx
G ...
Shoumik-Gandre
- 1
- Opened on Aug 19, 2024
- #245
Describe the bug Similar to issue #241 and with the same root cause. The existing code only handles int and string type
nodes, but networkx nodes can also be other Python hashable types.
To Reproduce ...
shashank025
- 1
- Opened on Jun 1, 2024
- #243
Describe the bug
When the input graph for the method cdlib.utils.convert_graph_formats() is a networkx graph where the node type is
neither a string not an int (but is hashable as networkx expects), if ...
shashank025
- 4
- Opened on Jun 1, 2024
- #241
Hi @GiulioRossetti I have been using CDLIB for several years and it s my first option when I have to clusterize a
network. CDlib is a great tool and I hope to use it for many years. Rigth now, I m working ...
seoanezonjic
- 1
- Opened on May 27, 2024
- #239
Hello! I am using CDLIB for dynamic community detection, and I m running into odd behavior where snapshots are added to
the existing structure in a cumulative fashion (comparable to TILES without edge ...
Correctness check request
masonyoungblood
- 4
- Opened on Apr 5, 2024
- #236
Describe the bug Code:
import networkx as nx
from cdlib import algorithms
import numpy as np
graph = nx.complete_graph(100)
for node_i, node_j in graph.edges:
graph[node_i][node_j][ weight ] = np.random.normal(20, ...
wontfix
jade-bejide
- 4
- Opened on Feb 14, 2024
- #233
Hi, I am a new user of CDlib. Currently, I am studying community detection in social networks. As we know, Louvain and
Leiden are the best-known algorithms in this field, and this library provides the ...
Praveer1981
- 8
- Opened on Feb 3, 2024
- #231
Is it possible to only visualize the Top N communities? because my network detected a large number of communities
(approximately 7000)
EricJoung1997
- 1
- Opened on Nov 23, 2023
- #230

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.