Technical requirements
We will be using Python 3.8 for all our exercises. The following is a list of Python libraries that you must install for this chapter using pip. To do this, run, for example, pip install networkx==2.4
 on the command line and so on:
networkx==2.4Â scikit-learn==0.24.0 stellargraph==1.2.1 spacy==3.0.3 pandas==1.1.3 numpy==1.19.2 node2vec==0.3.3 Keras==2.0.2 tensorflow==2.4.1 communities==2.2.0 gensim==3.8.3 matplotlib==3.3.4 nltk==3.5 fasttext==0.9.2
All the code files relevant to this chapter are available at https://github.com/PacktPublishing/Graph-Machine-Learning/tree/main/Chapter07.