mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Fix typo in mlops docs (#460)
This commit is contained in:
parent
adf6c16ea8
commit
cbe6ee41f7
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user