Fix typo in mlops docs (#460)

This commit is contained in:
AbdulHamid Merii 2023-01-30 15:31:30 +00:00 committed by GitHub
parent adf6c16ea8
commit cbe6ee41f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).
full pipeline documentation [here](../../pipelines/pipelines.md).