Oh nice!! An example on how to use timemachine Thanks for the link.
It looks like they use the greedy algorithm in the attached gist, and filter candidate nodes beforehand. I wonder how long it takes. 🤔
It is me who wrote it.
Yes. The only caveat there is to use special function for re-calculation of Betweenness-Centrality metric.
It takes time. However, improper library (like networkx) may take even longer or crash. The optimization demands much RAM.
reply
What other kind of centralities might correlate with betweenness?