Small edits (#761)

This commit is contained in:
pollfly
2024-01-18 09:50:32 +02:00
committed by GitHub
parent 15f71c8d3d
commit b64b0bec7c
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ title: Data Management with Python
---
The [dataset_creation.py](https://github.com/allegroai/clearml/blob/master/examples/datasets/dataset_creation.py) and
[data_ingestion.py](https://github.com/allegroai/clearml/blob/master/examples/datasets/data_ingestion.py)
[data_ingestion.py](https://github.com/allegroai/clearml/blob/master/examples/datasets/data_ingestion.py) scripts
together demonstrate how to use ClearML's [`Dataset`](../../references/sdk/dataset.md) class to create a dataset and
subsequently ingest the data.