What kind of feature would you like to request?
Additional function parameters / changed functionality / changed defaults?
Please describe your wishes
On the recommendation of the library authors, we should change the default leiden backend to igraph (#1053) now that this has been made available in #2815).
At the same time, we should change the number of default iterations. Right now, we iterate until convergence. This can be very slow, especially for large datasets. We should probably just stick with the default of the underlying library (which is 2).
What kind of feature would you like to request?
Additional function parameters / changed functionality / changed defaults?
Please describe your wishes
On the recommendation of the library authors, we should change the default leiden backend to
igraph(#1053) now that this has been made available in #2815).At the same time, we should change the number of default iterations. Right now, we iterate until convergence. This can be very slow, especially for large datasets. We should probably just stick with the default of the underlying library (which is 2).