From cbe6ee41f772e9b54118a6b440a30b93af10d3c1 Mon Sep 17 00:00:00 2001 From: AbdulHamid Merii <43741215+AH-Merii@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:31:30 +0000 Subject: [PATCH] Fix typo in mlops docs (#460) --- docs/getting_started/mlops/mlops_second_steps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/mlops/mlops_second_steps.md b/docs/getting_started/mlops/mlops_second_steps.md index 7cfd6c37..1e5b8cc2 100644 --- a/docs/getting_started/mlops/mlops_second_steps.md +++ b/docs/getting_started/mlops/mlops_second_steps.md @@ -27,7 +27,7 @@ clearml-data sync --folder ./from_production We could also add a tag `latest` to the Dataset, marking it as the latest version. ### Preprocessing Data -The second step is to preprocess the date. First we need to access it, then we want to modify it, +The second step is to preprocess the data. First we need to access it, then we want to modify it, and lastly we want to create a new version of the data. ```python @@ -113,4 +113,4 @@ pipe.add_step( We could also pass the parameters from one step to the other (for example `Task.id`). In addition to pipelines made up of Task steps, ClearML also supports pipelines consisting of function steps. See more in the -full pipeline documentation [here](../../pipelines/pipelines.md). \ No newline at end of file +full pipeline documentation [here](../../pipelines/pipelines.md).