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 from Chapter 1, Introducing and Installing Neo4j):
- The Graph Data Science plugin (version >= 2.2)
- A Python environment with the following:
- Jupyter to run the notebooks
scikit-learn
- 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 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 the Introducing the GDS Python client section of Chapter 6, Building a Machine Learning Model with Graph Features. Also, note that the code in the code...