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. We could also add a tag `latest` to the Dataset, marking it as the latest version.
### Preprocessing Data ### 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. and lastly we want to create a new version of the data.
```python ```python