Skip to content

Commit 061758f

Browse files
committed
Prefix partial includes with ROOT to help doc tests
1 parent 19aa51a commit 061758f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/modules/ROOT/pages/pipelines.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Below is a description of the methods on such objects:
5555
| train_estimate | G: Graph, +
5656
config: **kwargs | Series | https://neo4j.com/docs/graph-data-science/current/machine-learning/node-property-prediction/nodeclassification-pipelines/training/#nodeclassification-pipelines-examples-train-memory-estimation[Estimate training the pipeline on the given input graph using given keyword arguments].
5757
| feature_properties | - | Series | Returns a list of the selected feature properties for the pipeline.
58-
include::partial$/pipelines/shared-pipeline-methods.adoc[]
58+
include::ROOT:partial$/pipelines/shared-pipeline-methods.adoc[]
5959
|===
6060

6161
There are two main differences when comparing the methods above that map to procedures of the Cypher API:
@@ -149,7 +149,7 @@ In addition to inheriting the methods common to all xref:model-object.adoc[model
149149
| Name | Arguments | Return type | Description
150150
| classes | - | List[int] | List of classes used to train the classification model.
151151
| feature_properties | - | List[str] | Node properties used as input model features.
152-
include::partial$/pipelines/shared-model-methods.adoc[]
152+
include::ROOT:partial$/pipelines/shared-model-methods.adoc[]
153153
| predict_mutate | G: Graph, +
154154
config: **kwargs | Series | https://neo4j.com/docs/graph-data-science/current/machine-learning/node-property-prediction/nodeclassification-pipelines/predict/#nodeclassification-pipelines-examples-mutate[Predict classes for nodes of the input graph and mutate graph with predictions].
155155
| predict_mutate_estimate | G: Graph, +
@@ -234,7 +234,7 @@ config: **kwargs | LPPredictionPipeline, +
234234
| train_estimate | G: Graph, +
235235
config: **kwargs | Series | https://neo4j.com/docs/graph-data-science/current/machine-learning/linkprediction-pipelines/training/#linkprediction-pipeline-examples-train-estimate[Estimate training the pipeline on the given input graph using given keyword arguments].
236236
| feature_steps | - | DataFrame | Returns a list of the selected feature steps for the pipeline.
237-
include::partial$/pipelines/shared-pipeline-methods.adoc[]
237+
include::ROOT:partial$/pipelines/shared-pipeline-methods.adoc[]
238238
|===
239239

240240
There are two main differences when comparing the methods above that map to procedures of the Cypher API:
@@ -330,7 +330,7 @@ In addition to inheriting the methods common to all xref:model-object.adoc[model
330330
|===
331331
| Name | Arguments | Return type | Description
332332
| link_features | - | List[LinkFeature] | The input link features used to train the model.
333-
include::partial$/pipelines/shared-model-methods.adoc[]
333+
include::ROOT:partial$/pipelines/shared-model-methods.adoc[]
334334
| predict_mutate | G: Graph, +
335335
config: **kwargs | Series | https://neo4j.com/docs/graph-data-science/current/machine-learning/linkprediction-pipelines/predict/#algorithms-link-prediction-pipelines-predict-examples-mutate[Predict links between non-neighboring nodes of the input graph and mutate graph with predictions].
336336
| predict_mutate_estimate | G: Graph, +
@@ -403,7 +403,7 @@ dict[str, any] | Series | https://neo4j.com/docs
403403
config: **kwargs | NCPredictionPipeline, +
404404
Series | https://neo4j.com/docs/graph-data-science/current/machine-learning/node-property-prediction/noderegression-pipelines/training/[Train the pipeline on the given input graph using given keyword arguments].
405405
| feature_properties | - | Series | Returns a list of the selected feature properties for the pipeline.
406-
include::partial$/pipelines/shared-pipeline-methods.adoc[]
406+
include::ROOT:partial$/pipelines/shared-pipeline-methods.adoc[]
407407
|===
408408

409409
There are two main differences when comparing the methods above that map to procedures of the Cypher API:
@@ -496,7 +496,7 @@ In addition to inheriting the methods common to all xref:model-object.adoc[model
496496
|===
497497
| Name | Arguments | Return type | Description
498498
| feature_properties | - | List[str] | Returns the node properties that were used as input model features.
499-
include::partial$/pipelines/shared-model-methods.adoc[]
499+
include::ROOT:partial$/pipelines/shared-model-methods.adoc[]
500500
| predict_mutate | G: Graph, +
501501
config: **kwargs | Series | https://neo4j.com/docs/graph-data-science/current/machine-learning/node-property-prediction/noderegression-pipelines/predict/#noderegression-pipelines-predict-examples-mutate[Predict property values for nodes of the input graph and mutate graph with predictions].
502502
| predict_stream | G: Graph, +

0 commit comments

Comments
 (0)