Technical requirements
We will be using Jupyter notebooks with Python 3.8 for all of our exercises. The following is a list of the Python libraries that need to be installed for this chapter using pip
. For example, run pip install networkx==2.5
on the command line, and so on:
Jupyter==1.0.0 networkx==2.5 matplotlib==3.2.2 node2vec==0.3.3 karateclub==1.0.19 scipy==1.6.2
All the code files relevant to this chapter are available at https://github.com/PacktPublishing/Graph-Machine-Learning/tree/main/Chapter02.