Small edits (#1033)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-02-09 19:46:40 +02:00
committed by GitHub
parent e99e033b06
commit 79eff642ff
87 changed files with 104 additions and 104 deletions

View File

@@ -2,7 +2,7 @@
title: Code Examples
---
The following examples demonstrate registering, retrieving, and ingesting your data through the Hyper-Datasets python
The following examples demonstrate registering, retrieving, and ingesting your data through the Hyper-Datasets Python
interface.
## Registering your Data

View File

@@ -515,7 +515,7 @@ class method.
my_dataview = DataView.get(dataview_id='<dataview_id>')
```
Access the Dataview's frames as a python list, dictionary, or through a pythonic iterator.
Access the Dataview's frames as a Python list, dictionary, or through a pythonic iterator.
[`DataView.to_list()`](../references/hyperdataset/dataview.md#to_list) returns the Dataview queries result as a Python list.

View File

@@ -6,7 +6,7 @@ Hyper-Datasets extend the ClearML [**Task**](../fundamentals/task.md) with [Data
## Usage
Hyper-Datasets are supported by the `allegroai` python package.
Hyper-Datasets are supported by the `allegroai` Python package.
### Connecting Dataviews to a Task