Small edits (#420)

This commit is contained in:
pollfly
2022-12-27 16:01:47 +02:00
committed by GitHub
parent 0addbc3549
commit 439d86a46b
34 changed files with 81 additions and 57 deletions

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 date. 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