Skip to content

Commit 3010f96

Browse files
FlorentinDMats-SX
andcommitted
Move pipelineInfoResult for reuse in NodeRegression
Co-authored-by: Mats Rydberg <mats@neotechnology.com>
1 parent 47ed9b4 commit 3010f96

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/asciidoc/machine-learning/node-property-prediction/nodeclassification-pipeline/config.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ YIELD
5050
| pipelineName | String | The name of the created pipeline.
5151
|===
5252

53-
include::pipelineInfoResult.adoc[]
53+
include::../pipelineInfoResult.adoc[]
5454
--
5555

5656

@@ -121,7 +121,7 @@ YIELD
121121
| procedureConfiguration | Map | The configuration of the procedure, excluding `graphName`, `nodeLabels` and `relationshipTypes`.
122122
|===
123123

124-
include::pipelineInfoResult.adoc[]
124+
include::../pipelineInfoResult.adoc[]
125125
--
126126

127127

@@ -187,7 +187,7 @@ YIELD
187187
| nodeProperties | List or String | Configuration for splitting the relationships.
188188
|===
189189

190-
include::pipelineInfoResult.adoc[]
190+
include::../pipelineInfoResult.adoc[]
191191
--
192192

193193

@@ -279,7 +279,7 @@ YIELD
279279
| testFraction | Double | 0.3 | Fraction of the graph reserved for testing. Must be in the range (0, 1). The fraction used for the training is `1 - testFraction`.
280280
|===
281281

282-
include::pipelineInfoResult.adoc[]
282+
include::../pipelineInfoResult.adoc[]
283283
--
284284

285285

@@ -366,7 +366,7 @@ YIELD
366366

367367
include::../../training-methods/logisticRegressionConfig.adoc[]
368368

369-
include::pipelineInfoResult.adoc[]
369+
include::../pipelineInfoResult.adoc[]
370370
--
371371
======
372372
@@ -401,7 +401,7 @@ YIELD
401401

402402
include::../../training-methods//randomForestConfig.adoc[]
403403

404-
include::pipelineInfoResult.adoc[]
404+
include::../pipelineInfoResult.adoc[]
405405
--
406406
======
407407
====
@@ -498,7 +498,7 @@ YIELD
498498
|===
499499

500500

501-
include::pipelineInfoResult.adoc[]
501+
include::../pipelineInfoResult.adoc[]
502502
--
503503

504504

doc/asciidoc/machine-learning/node-property-prediction/nodeclassification-pipeline/pipelineInfoResult.adoc renamed to doc/asciidoc/machine-learning/node-property-prediction/pipelineInfoResult.adoc

File renamed without changes.

0 commit comments

Comments
 (0)