Skip to content

Commit 5247932

Browse files
Fix range footnote
Co-authored-by: Jacob Sznajdman <breakanalysis@gmail.com>
1 parent 0f1e170 commit 5247932

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/asciidoc/pythonclient/python-client-pipelines.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Below is a description of the methods on such objects:
4242
Union[str, list[str]] | Series | <<nodeclassification-pipelines-adding-features, Select node properties to be used as features>>.
4343
| configureSplit | config: **kwargs | Series | <<nodeclassification-pipelines-configure-splits, Configure the train-test dataset split>>.
4444
| addLogisticRegression | parameter_space: +
45-
dict[str, any] | Series | <<nodeclassification-pipelines-adding-model-candidates, Add a logistic regression model configuration to train as a candidate in the model selection phase>>.
45+
dict[str, any] | Series | <<nodeclassification-pipelines-adding-model-candidates, Add a logistic regression model configuration to train as a candidate in the model selection phase>>. footnote:range[Ranges can also be given as length two `Tuple`s. I.e. `(x, y)` is the same as `{range: [x, y]}`.]
4646
| addRandomForest | parameter_space: +
47-
dict[str, any] | Series | <<nodeclassification-pipelines-adding-model-candidates, Add a random forest model configuration to train as a candidate in the model selection phase>>.
48-
| configureAutoTuning | config: **kwargs footnote:range[Ranges can also be given as length two `Tuple`s. I.e. `(x, y)` is the same as `{range: [x, y]}`.]
47+
dict[str, any] | Series | <<nodeclassification-pipelines-adding-model-candidates, Add a random forest model configuration to train as a candidate in the model selection phase>>. footnote:range[]
48+
| configureAutoTuning | config: **kwargs
4949
| Series | <<nodeclassification-pipelines-configure-auto-tuning, Configure the auto-tuning>>.
5050
| train | G: Graph, +
5151
config: **kwargs | NCPredictionPipeline, +
@@ -190,10 +190,10 @@ Below is a description of the methods on such objects:
190190
config: **kwargs | Series | <<linkprediction-adding-features, Add a link feature for model training based on node properties and a feature combiner>>.
191191
| configureSplit | config: **kwargs | Series | <<linkprediction-configure-splits, Configure the feature-train-test dataset split>>.
192192
| addLogisticRegression | parameter_space: +
193-
dict[str, any] | Series | <<linkprediction-adding-model-candidates, Add a logistic regression model configuration to train as a candidate in the model selection phase>>.
193+
dict[str, any] | Series | <<linkprediction-adding-model-candidates, Add a logistic regression model configuration to train as a candidate in the model selection phase>>. footnote:range[Ranges can also be given as length two `Tuple`s. I.e. `(x, y)` is the same as `{range: [x, y]}`.]
194194
| addRandomForest | parameter_space: +
195-
dict[str, any] | Series | <<linkprediction-adding-model-candidates, Add a random forest model configuration to train as a candidate in the model selection phase>>.
196-
| configureAutoTuning | config: **kwargs footnote:range[Ranges can also be given as length two `Tuple`s. I.e. `(x, y)` is the same as `{range: [x, y]}`.]
195+
dict[str, any] | Series | <<linkprediction-adding-model-candidates, Add a random forest model configuration to train as a candidate in the model selection phase>>. footnote:range[]
196+
| configureAutoTuning | config: **kwargs
197197
| Series | <<linkprediction-configure-auto-tuning, Configure the auto-tuning>>.
198198
| train | G: Graph, +
199199
config: **kwargs | LPPredictionPipeline, +
@@ -334,10 +334,10 @@ config: **kwargs | Series | <<noderegression-pipelines-ad
334334
Union[str, list[str]] | Series | <<noderegression-pipelines-adding-features, Select node properties to be used as features>>.
335335
| configureSplit | config: **kwargs | Series | <<noderegression-pipelines-configure-splits, Configure the train-test dataset split>>.
336336
| addLinearRegression | parameter_space: +
337-
dict[str, any] | Series | <<noderegression-pipelines-adding-model-candidates, Add a linear regression model configuration to train as a candidate in the model selection phase>>.
337+
dict[str, any] | Series | <<noderegression-pipelines-adding-model-candidates, Add a linear regression model configuration to train as a candidate in the model selection phase>>. footnote:range[Ranges can also be given as length two `Tuple`s. I.e. `(x, y)` is the same as `{range: [x, y]}`.]
338338
| addRandomForest | parameter_space: +
339-
dict[str, any] | Series | <<noderegression-pipelines-adding-model-candidates, Add a random forest model configuration to train as a candidate in the model selection phase>>.
340-
| configureAutoTuning | config: **kwargs footnote:range[Ranges can also be given as length two `Tuple`s. I.e. `(x, y)` is the same as `{range: [x, y]}`.]
339+
dict[str, any] | Series | <<noderegression-pipelines-adding-model-candidates, Add a random forest model configuration to train as a candidate in the model selection phase>>. footnote:range[]
340+
| configureAutoTuning | config: **kwargs
341341
| Series | <<noderegression-pipelines-configure-auto-tuning, Configure the auto-tuning>>.
342342
| train | G: Graph, +
343343
config: **kwargs | NCPredictionPipeline, +

0 commit comments

Comments
 (0)