Skip to content

Commit f2c47a9

Browse files
committed
Revert changes to expected loss
Actually in these tests there is only a single batch, so the new parameter has no effect
1 parent 5f00ce8 commit f2c47a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/asciidoc/machine-learning/node-embeddings/graph-sage/graph-sage.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ RETURN
278278
.Results
279279
|===
280280
| modelName | didConverge | ranEpochs | epochLosses
281-
| "exampleTrainModel" | true | 1 | [186.0494680638198]
281+
| "exampleTrainModel" | true | 1 | [186.04946807210226]
282282
|===
283283
--
284284

@@ -504,13 +504,13 @@ YIELD nodeId, embedding
504504
.Results
505505
|===
506506
| nodeId | embedding
507-
| 0 | [0.5285002294775042, 0.46821819621782496, 0.7081378593674258]
508-
| 1 | [0.5285002294779538, 0.4682181962180586, 0.7081378593669356]
509-
| 2 | [0.5285002294774878, 0.46821819621781646, 0.7081378593674437]
510-
| 3 | [0.5285002294761042, 0.4682181962170975, 0.7081378593689517]
511-
| 4 | [0.5285002295204241, 0.4682181962401272, 0.7081378593206474]
512-
| 5 | [0.528500229582853, 0.468218196272567, 0.7081378592526062]
513-
| 6 | [0.5285002294762983, 0.4682181962171984, 0.7081378593687399]
507+
| 0 | [0.528500243954147, 0.46821819122905217, 0.7081378518617193]
508+
| 1 | [0.5285002439545966, 0.4682181912292858, 0.7081378518612291]
509+
| 2 | [0.5285002439541305, 0.4682181912290437, 0.7081378518617372]
510+
| 3 | [0.528500243952747, 0.46821819122832464, 0.7081378518632452]
511+
| 4 | [0.5285002439970667, 0.46821819125135444, 0.7081378518149409]
512+
| 5 | [0.5285002440594959, 0.46821819128379416, 0.7081378517468996]
513+
| 6 | [0.528500243952941, 0.46821819122842556, 0.7081378518630335]
514514
|===
515515
--
516516

0 commit comments

Comments
 (0)