issues Search Results · repo:microsoft/topologic language:Python
Filter by
24 results
(53 ms)24 results
inmicrosoft/topologic (press backspace or delete to remove)We want to perform ptr and cvec after we reduce the graphs to contain the common set of nodes
nicaurvi
- 1
- Opened on Nov 5, 2020
- #53
There are some wrong assumptions in the networkx edge iteration behavior that is resulting in incorrect modularity
values being returned. This was noticed when being implemented the first time but incorrectly ...
daxpryce
- Opened on Jul 7, 2020
- #47
Leiden University advanced the community identification algorithm first developed by Universite catholique de Louvain in
the paper From Louvain to Leiden: guaranteeing well-connected communities, as well ...
daxpryce
- 3
- Opened on Jun 10, 2020
- #46
Our Leiden community partitioning is ready for inclusion into topologic. Rather than move all of the existing topologic
code around and include the native code all in one PR, I want to ensure we focus ...
daxpryce
- Opened on Jun 10, 2020
- #45
We specify the default in the method signature but we should also specify it in the docs.
https://topologic.readthedocs.io/en/latest/topologic.embedding.html?highlight=node2vec#topologic.embedding.node2vec_embedding ...
nicaurvi
- Opened on Jun 9, 2020
- #44
I was trying to use ts.statistics.cut_edges_by_weight and I got a bit confused by the cut_process argument here -
figured it out, but seems worth explaining in the docstring for this function. Could these ...
bdpedigo
- Opened on Jun 9, 2020
- #43
Sphinx 3.0.3 has released, but it doesn t seem to work well with recommonmark just yet. Regardless, we need to find a
way to make it work.
daxpryce
- Opened on May 6, 2020
- #42
We ve had a request to add a function that will return a dictionary of communities to the portion of modularity they are
responsible for adding in the full modularity calculation
daxpryce
- Opened on May 6, 2020
- #40
topologic/graph_augmentation.py needs to have one line changed: edge_count = len(graph.edges)
to:
edge_count = len(graph.edges())
adutchengineer
- Opened on Mar 13, 2020
- #36
- tests/embedding/test_laplacian_spectral_embedding.py - test_laplacian_embedding_elbowcut_none
This test fails on Mac OS in the github matrix action to run tests on Linux, Windows and Mac OS. The Linux ...
nicaurvi
- 1
- Opened on Mar 12, 2020
- #35

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!
Press the /
key to activate the search input again and adjust your query.
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!
Press the /
key to activate the search input again and adjust your query.