Small edits (#451)

This commit is contained in:
pollfly
2023-01-23 15:04:24 +02:00
committed by GitHub
parent 2fd532b2c3
commit e8d0267bbd
18 changed files with 44 additions and 42 deletions

View File

@@ -35,7 +35,7 @@ most recent dataset in a project. The same is true with tags; if a tag is specif
In cases where you use a dataset in a task (e.g. consuming a dataset), you can easily track which dataset the task is
using by using `Dataset.get`'s `alias` parameter. Pass `alias=<dataset_alias_string>`, and the task using the dataset
will store the datasets ID in the `dataset_alias_string` parameter under the task's **CONFIGURATION > HYPERPARAMETERS >
Datasets` section.
Datasets** section.
## Document your Datasets