This repository was archived by the owner on Apr 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed
Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,6 @@ This section describes the One Hot Encoding function in the Neo4j Graph Algorith
1010The One Hot Encoding function is used to convert categorical data into a numerical format that can be used by Machine Learning libraries.
1111// end::introduction[]
1212
13-
14- [[one-hot-encoding-context]]
15- == History and explanation
16-
17- // tag::explanation[]
18-
19- // end::explanation[]
20-
21-
22- [[one-hot-encoding-usecase]]
23- == Use-cases - when to use One Hot Encoding
24-
25- // tag::use-case[]
26-
27- // end::use-case[]
28-
29-
3013[[algorithms-one-hot-encoding-sample]]
3114== One Hot Encoding sample
3215
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ include::scripts/similarity-jaccard.cypher[tag=stream-similarity-cutoff]
116116|===
117117| from | to | intersection | similarity
118118| Arya | Karin | 2 | 0.66
119- | Zhen | Michael | 1 | 0.66
119+ | Zhen | Michael | 2 | 0.66
120120| Zhen | Praveena | 1 | 0.33
121121| Michael | Karin | 1 | 0.25
122122| Praveena | Michael | 1 | 0.25
You can’t perform that action at this time.
0 commit comments