network-graph-tutorial

construct a network graph to explore and visualize how people connect in an organisation

View the Project on GitHub lucasdurand/network-graph-tutorial

Part 2 - Clustered Graph Attributes

Tasks

This is a bit of a leap … but we’re going to take our graph toolkit and:

  1. Add in attribute nodes
  2. Visualize neighborhoods in the graph

Extras

  1. Use node2vec + sklearn.cluster.KMeans to group nodes into clusters
  2. Use nx.communities to detect communities with dendrograms and visualize