Small edits (#337)

This commit is contained in:
pollfly
2022-09-22 09:42:44 +03:00
committed by GitHub
parent 7742942118
commit 6d33cd011e
5 changed files with 14 additions and 14 deletions

View File

@@ -165,5 +165,5 @@ You'll need to input the Dataset ID you received when created the dataset above
```
By using `clearml-data`, a clear lineage is created for the data. As seen in this example, when a dataset is closed, the
only way to add or remove data is to create a new dataset, and using the previous dataset as a parent. This way, the data
only way to add or remove data is to create a new dataset, and to use the previous dataset as a parent. This way, the data
is not reliant on the code and is reproducible.