Technical requirements
In order to be able to reproduce the examples given in this chapter, you’ll need the following tools:
- Neo4j 5.x installed on your computer (see the installation instructions in the first chapter)
- Graph Data Science plugin (version >= 2.2)
- A Python environment with Jupyter to run notebooks
- An internet connection to download the plugins and the datasets
- Any code listed in the book will be available in the associated GitHub repository (https://github.com/PacktPublishing/Graph-Data-Science-with-Neo4j) in the corresponding chapter folder
Code examples
Unless otherwise indicated, all code snippets in this chapter and the following ones use the GDS Python client. Library import and client initialization are omitted in this chapter for brevity, but a detailed explanation can be found in the Introducing the GDS Python client section of Chapter 6, Building a Machine Learning Model with Graph Features. Also, note that the code...