Skip to content

Commit 178bf9a

Browse files
FlorentinDadamnschDavid Oliver
committed
Separate note in a paragraph
Co-authored-by: Adam Schill Collberg <[email protected]> Co-authored-by: David Oliver <[email protected]>
1 parent 4c2e12f commit 178bf9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ After configuring the node property steps, one can <<algorithms-ml-nodeclassific
3131
The training phase (II) proceeds in a manner akin to the standalone version of <<algorithms-ml-nodeclassification,Node Classification>>, where it can train multiple models, select the best one, and report relevant performance metrics.
3232

3333
After <<algorithms-ml-nodeclassification-pipelines-train, training the pipeline>>, a classification pipeline is created.
34-
This new pipeline inherits the node property steps and feature configuration from the training pipeline and uses them to generate the relevant features for classifying unlabeled nodes. Notice that the classification step can only be done with a classification pipeline (not with a training pipeline).
34+
This new pipeline inherits the node property steps and feature configuration from the training pipeline and uses them to generate the relevant features for classifying unlabeled nodes.
35+
36+
NOTE: <<algorithms-node-classification-pipelines-predict, Classification> can only be done with a trained classification pipeline (not with a training pipeline).
3537

3638

3739
The motivation for using pipelines:

0 commit comments

Comments
 (0)