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 Chapter 1, Introducing and Installing Neo4j)
- The GDS plugin (version >= 2.2)
- A Python environment with Jupyter to run notebooks
- Any code listed in the book is available in the associated GitHub repository,https://github.com/PacktPublishing/Graph-Data-Science-with-Neo4j, in the corresponding chapter folder
Code samples
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 Chapter 6, Building a Machine Learning Model with Graph Features, in the Introducing the GDS Python client section. Also note that the code in the code bundle provided with the book is fully runnable and...