/gpml-gremlin-jupyter

This repo contains all the code required by the book organized by chapter

Primary LanguageJupyter Notebook

Code Repository for Graph-Powered Machine Learning book - Gremlin/Jupyter version

Introduction

This repository is the fork of the Graph-Powered Machine Learning book with refactoring the original Cypher/.py based code to Gremlin/Jupyter based version.

Running the code examples

  1. Install any Gremlin support Graph Database, including AWS Neptune, Microsoft Cosmos, JanusgGraph.
  2. Launch Jupyter Notebook
  3. Enjog

Version

  • 2022-02-04: only ch09 is refactored, which are distance_based_analysis.ipynb and import_credit_card.ipynb.

To-Do

I will keep refactor the rest Cypher based code at the rest of this year.