You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/asciidoc/pythonclient/python-client-pipelines.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,10 @@ Below is a description of the methods on such objects:
42
42
Union[str, list[str]] | Series | <<nodeclassification-pipelines-adding-features, Select node properties to be used as features>>.
43
43
| configureSplit | config: **kwargs | Series | <<nodeclassification-pipelines-configure-splits, Configure the train-test dataset split>>.
44
44
| 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]}`.]
46
46
| 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
49
49
| Series | <<nodeclassification-pipelines-configure-auto-tuning, Configure the auto-tuning>>.
50
50
| train | G: Graph, +
51
51
config: **kwargs | NCPredictionPipeline, +
@@ -190,10 +190,10 @@ Below is a description of the methods on such objects:
190
190
config: **kwargs | Series | <<linkprediction-adding-features, Add a link feature for model training based on node properties and a feature combiner>>.
191
191
| configureSplit | config: **kwargs | Series | <<linkprediction-configure-splits, Configure the feature-train-test dataset split>>.
192
192
| 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]}`.]
194
194
| 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
197
197
| Series | <<linkprediction-configure-auto-tuning, Configure the auto-tuning>>.
198
198
| train | G: Graph, +
199
199
config: **kwargs | LPPredictionPipeline, +
@@ -334,10 +334,10 @@ config: **kwargs | Series | <<noderegression-pipelines-ad
334
334
Union[str, list[str]] | Series | <<noderegression-pipelines-adding-features, Select node properties to be used as features>>.
335
335
| configureSplit | config: **kwargs | Series | <<noderegression-pipelines-configure-splits, Configure the train-test dataset split>>.
336
336
| 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]}`.]
338
338
| 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
341
341
| Series | <<noderegression-pipelines-configure-auto-tuning, Configure the auto-tuning>>.
0 commit comments