I am running a centrality algorithm on a graph projection with the code:
gds.alpha.closeness.stream("my-graph")
While it runs, I get logs like:
2021-02-25 16:58:59.197+0000 INFO [gds-4] MSClosenessCentrality 37%
in the terminal. This percentages gro...