Skip to content

Commit 1ab47c5

Browse files
authored
Cosmetic improvements and spelling errors (#256)
1 parent 5ce03f5 commit 1ab47c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

integrations/neo4j/1_feature_pipeline.ipynb

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"cell_type": "markdown",
2323
"metadata": {},
2424
"source": [
25-
"### 📝 Import librararies "
25+
"### 📝 Import libraries "
2626
]
2727
},
2828
{
@@ -82,7 +82,7 @@
8282
"source": [
8383
"URI = \"bolt://localhost:7687\"\n",
8484
"AUTH = (\"neo4j\", \"changeme\")\n",
85-
"DATABASE = \"testdb\""
85+
"DATABASE = \"graphembeddingsdemo\""
8686
]
8787
},
8888
{
@@ -109,7 +109,7 @@
109109
"cell_type": "markdown",
110110
"metadata": {},
111111
"source": [
112-
"Then we do the first import of the first .csv file, holding the (:Party) nodes. This will finish very quickly, as there are only 7-8k nodes."
112+
"Then we do the first import of the first .csv file, holding the `(:Party)` nodes. This will finish very quickly, as there are only 7-8k nodes."
113113
]
114114
},
115115
{
@@ -131,7 +131,7 @@
131131
"cell_type": "markdown",
132132
"metadata": {},
133133
"source": [
134-
"Next we will import the relationshops. There are approx 430k [:TRANSACTION] relationships, and importing these will take a few minutes."
134+
"Next we will import the relationshops. There are approx 430k `[:TRANSACTION]` relationships, and importing these will take a few minutes."
135135
]
136136
},
137137
{
@@ -226,7 +226,7 @@
226226
"source": [
227227
"## <span style=\"color:#ff5f27;\"> 🛠️ Feature Engineering </span>\n",
228228
"## Calculating the node embeddings in Neo4j\n",
229-
"For each month of transactions, compute and store embeddings using the `node2vec` library. This uses the GDS library of Neo4j, which [needs to be installed](https://neo4j.com/docs/graph-data-science/current/installation/) on the Neo4j server."
229+
"For each month of transactions, compute and store embeddings using the `node2vec` algorithm. This uses the GDS library of Neo4j, which [needs to be installed](https://neo4j.com/docs/graph-data-science/current/installation/) on the Neo4j server."
230230
]
231231
},
232232
{
@@ -679,7 +679,7 @@
679679
"name": "python",
680680
"nbconvert_exporter": "python",
681681
"pygments_lexer": "ipython3",
682-
"version": "3.10.13"
682+
"version": "3.8.18"
683683
}
684684
},
685685
"nbformat": 4,

0 commit comments

Comments
 (0)