Skip to content

Commit 17651fc

Browse files
FlorentinDanafvidal
andcommitted
Format nc pipeline docs
Co-authored-by: Ana Fernandez Vidal <[email protected]>
1 parent 72269c6 commit 17651fc

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

doc/asciidoc/algorithms/alpha/nodeclassification-pipeline/nodeclassification.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ YIELD name, nodePropertySteps
168168
----
169169

170170
.Results
171-
[opts="header",cols="1,1"]
171+
[opts="header",cols="1,9"]
172172
|===
173173
| name | nodePropertySteps
174174
| "pipe" | [{name=gds.alpha.scaleProperties.mutate, config={scaler=L1Norm, mutateProperty=scaledSizes, nodeProperties=sizePerStory}}]
@@ -215,7 +215,7 @@ YIELD
215215
include::pipelineInfoResult.adoc[]
216216
--
217217

218-
== Example
218+
=== Example
219219

220220
[role=query-example,group=nc]
221221
--

doc/asciidoc/algorithms/alpha/nodeclassification-pipeline/training.adoc

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -111,38 +111,38 @@ The structure of `modelInfo` is:
111111
trainingPipeline: Map // <2>
112112
classes: List of Integer, // <3>
113113
metrics: { // <4>
114-
<METRIC_NAME>: { // <5>
115-
test: Float, // <6>
116-
outerTrain: Float, // <7>
117-
train: [{ // <8>
118-
avg: Float,
119-
max: Float,
120-
min: Float,
121-
params: Map
122-
},
123-
{
124-
avg: Float,
125-
max: Float,
126-
min: Float,
127-
params: Map
128-
},
129-
...
130-
],
131-
validation: [{ // <9>
132-
avg: Float,
133-
max: Float,
134-
min: Float,
135-
params: Map
136-
},
137-
{
138-
avg: Float,
139-
max: Float,
140-
min: Float,
141-
params: Map
142-
},
143-
...
144-
]
145-
}
114+
<METRIC_NAME>: { // <5>
115+
test: Float, // <6>
116+
outerTrain: Float, // <7>
117+
train: [{ // <8>
118+
avg: Float,
119+
max: Float,
120+
min: Float,
121+
params: Map
122+
},
123+
{
124+
avg: Float,
125+
max: Float,
126+
min: Float,
127+
params: Map
128+
},
129+
...
130+
],
131+
validation: [{ // <9>
132+
avg: Float,
133+
max: Float,
134+
min: Float,
135+
params: Map
136+
},
137+
{
138+
avg: Float,
139+
max: Float,
140+
min: Float,
141+
params: Map
142+
},
143+
...
144+
]
145+
}
146146
}
147147
}
148148
----

0 commit comments

Comments
 (0)