An open API service indexing awesome lists of open source software.

https://github.com/nielsdejong/neo4j-gds-starter

Getting starting with Neo4j GDS & Python
https://github.com/nielsdejong/neo4j-gds-starter

Last synced: 2 months ago
JSON representation

Getting starting with Neo4j GDS & Python

Awesome Lists containing this project

README

        

# Neo4j Graph Data Science Starter Kit
### Getting started

(1) Install Jupyter notebooks & python-pip (Use Python >3.7):
- https://pip.pypa.io/en/stable/installing/
- https://jupyter.org/install

(2) Install the Neo4j Python driver, Pandas, Scikit-learn:
```
pip install neo4j
pip install scikit-learn
pip install pandas
```

(3) In the project directory, start your jupyter notebook from the command line:
```
jupyter notebook
```
or (depending on the version)
```
jupyter-notebook
```

(4) Set up the Neo4j credentials to match your own Neo4j sandbox.
You can get a free data science sandbox here: https://sandbox.neo4j.com/