Guy Allard

Results 7 comments of Guy Allard

Thanks for reporting this issue. I normally use the module from within a Jupyter notebook, and so have not encountered this. The drawing code assumes an interactive session is being...

Hi, The module is for python 3.x only. I do not aim to support 2.x due to the planned deprecation of python 2 at the start of 2020. Apologies for...

I will leave this issue open just in case anyone would like to help out with it. I personally don't have time at the moment to work on python2 support,...

Hi Mounir, Thanks for submitting this PR. I would like to approach this slightly differently to your implementation. Specifically, I would like to perform the identification and removal of overlap...

The algorithm can generate situations where a node belongs to multiple clusters. See the description by the original algorithm author [here](https://micans.org/mcl/) (specifically section 9.3). I need to check if I...

Moonire - if you have time to address this, it would be a big help!

The scipy matrices that are used by the library don't support row and column names, so that information doesn't get used. The order of row and columns is unchanged, so...