File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def data_loader(
22
22
In this example, the step can be configured with number of rows and logic
23
23
to drop target column or not. See the documentation for more information:
24
24
25
- https://docs.zenml.io/user-guide/advanced-guide/configure-steps-pipelines
25
+ https://docs.zenml.io/how-to/build-pipelines/use-pipeline-step-parameters
26
26
27
27
Args:
28
28
random_state: Random state for sampling
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def data_preprocessor(
38
38
columns and normalize numerical columns. See the documentation for more
39
39
information:
40
40
41
- https://docs.zenml.io/user-guide/advanced-guide/configure-steps-pipelines
41
+ https://docs.zenml.io/how-to/build-pipelines/use-pipeline-step-parameters
42
42
43
43
Args:
44
44
random_state: Random state for sampling.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def data_splitter(
25
25
In this example, the step can be configured to use different test
26
26
set sizes. See the documentation for more information:
27
27
28
- https://docs.zenml.io/user-guide/advanced-guide/configure-steps-pipelines
28
+ https://docs.zenml.io/how-to/build-pipelines/use-pipeline-step-parameters
29
29
30
30
Args:
31
31
dataset: Dataset read from source.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def inference_predict(
40
40
In this example, the step can be configured to use different input data.
41
41
See the documentation for more information:
42
42
43
- https://docs.zenml.io/user-guide/advanced-guide/configure-steps-pipelines
43
+ https://docs.zenml.io/how-to/build-pipelines/use-pipeline-step-parameters
44
44
45
45
Args:
46
46
model: Trained model.
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def model_evaluator(
41
41
does not meet the minimum criteria. See the documentation for more
42
42
information:
43
43
44
- https://docs.zenml.io/user-guide/advanced-guide/configure-steps-pipelines
44
+ https://docs.zenml.io/how-to/build-pipelines/use-pipeline-step-parameters
45
45
46
46
Args:
47
47
model: The pre-trained model artifact.
You can’t perform that action at this time.
0 commit comments