Here are a couple of exercises that you can try on your own to get more confident with the concepts covered in this chapter:
- Projected graph creation with Python: Modify the code studied in this chapter to create a Cypher projected graph.
- PageRank score distribution: Can you explain the shape of the PageRank score distribution for users not contributing to Neo4j (label = False)?
You are also encouraged to try and create a graph out of your data and try to include graph-based features in your own pipeline.