taynaud / python-louvain

Louvain Community Detection
BSD 3-Clause "New" or "Revised" License
964 stars 200 forks source link

Usage with external datasets #26

Closed w4bo closed 5 years ago

w4bo commented 6 years ago

Hi,

It should be useful to add working (and runnable) examples with external datasets (e.g., csv), such that it is easier to understand how things works and how results should be interpreted

dalwar23 commented 6 years ago

This might help you - take a look

https://github.com/dharif23/notebooks/blob/master/louvain.ipynb

taynaud commented 5 years ago

Example code from the documentation is now on the readme, feel free to reopen if you need more examples.

Best,