Skip to content

Commit 2be4972

Browse files
authored
Merge pull request #19 from zenml-io/2024.06.06
Fix broken links
2 parents a24daa8 + eb79940 commit 2be4972

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

template/steps/data_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def data_loader(
2222
In this example, the step can be configured with number of rows and logic
2323
to drop target column or not. See the documentation for more information:
2424
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
2626
2727
Args:
2828
random_state: Random state for sampling

template/steps/data_preprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def data_preprocessor(
3838
columns and normalize numerical columns. See the documentation for more
3939
information:
4040
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
4242
4343
Args:
4444
random_state: Random state for sampling.

template/steps/data_splitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def data_splitter(
2525
In this example, the step can be configured to use different test
2626
set sizes. See the documentation for more information:
2727
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
2929
3030
Args:
3131
dataset: Dataset read from source.

template/steps/inference_predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def inference_predict(
4040
In this example, the step can be configured to use different input data.
4141
See the documentation for more information:
4242
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
4444
4545
Args:
4646
model: Trained model.

template/steps/model_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def model_evaluator(
4141
does not meet the minimum criteria. See the documentation for more
4242
information:
4343
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
4545
4646
Args:
4747
model: The pre-trained model artifact.

0 commit comments

Comments
 (0)