Aaron Z.
Aaron Z.
@dschult @guyroznb I'd be very happy to implement InfoMap, I'm quite familiar with it. Is there any ongoing work on this?
Took a look at `pyinfomap` @BrandonKMLee . The implementation there is along the same lines as what I have been thinking/drafting. I'm thinking a few differences for networkx: - We...
I'm working in an environment where I need `scikit-learn>=0.22` and I get the error importing `Imputer` from the `preprocessing.data` module which I believe is the same. I 'hacked' a fix,...
Another consideration for tightening the API for an efficiency gain - I wonder in what percentage of usecases, the desired quotient graph has an equivalence relation where the the relation...
I've used it predominantly in entity merging- for example if I have a graph with business ownerships and transactions and I want to see the connections between the 'brands' or...
Okay, I've started work on this and #5853 - my proposal is to do the following: * Write a new `_quotient_graph` function that adds edges to the quotient graph in...
I'm mostly done with the above in #6557 (except for `contract_edges`, which I'll save for a separate PR I think) - including benchmarks for the new code!
Great to see some steps towards 3.13 taking place - will numba publish [PEP 703](https://peps.python.org/pep-0703/) free threading wheels (`-cp313t`)?
How would this deal with subclasses, eg. `DiGraph`, `MultiGraph` without loss of information? Also, as a backend developer, if I dispatch this function in my backend, could a user override...
Possibly closeable after #7305 ?