mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 02:32:49 +00:00
Add ClearML Data admonitions (#115)
* Add admonition to differentiate between hyperdatasets and ClearML Data * fix link * edit hyperdataset admonition
This commit is contained in:
parent
90302c33ac
commit
81b0a2322a
@ -2,6 +2,11 @@
|
||||
title: Best Practices
|
||||
---
|
||||
|
||||
:::important
|
||||
This page covers `clearml-data`, ClearML's file-based data management solution.
|
||||
See [Hyper-Datasets](../hyperdatasets/overview.md) for ClearML's advanced queryable dataset management solution.
|
||||
:::
|
||||
|
||||
The following are some recommendations for using ClearML Data.
|
||||
|
||||
## Versioning Datasets
|
||||
|
@ -2,6 +2,11 @@
|
||||
title: Introduction
|
||||
---
|
||||
|
||||
:::important
|
||||
This page covers `clearml-data`, ClearML's file-based data management solution.
|
||||
See [Hyper-Datasets](../hyperdatasets/overview.md) for ClearML's advanced queryable dataset management solution.
|
||||
:::
|
||||
|
||||
In Machine Learning, you are very likely dealing with a gargantuan amount of data that you need to put in a dataset,
|
||||
which you then need to be able to share, reproduce, and track.
|
||||
|
||||
|
@ -2,6 +2,11 @@
|
||||
title: CLI
|
||||
---
|
||||
|
||||
:::important
|
||||
This page covers `clearml-data`, ClearML's file-based data management solution.
|
||||
See [Hyper-Datasets](../hyperdatasets/overview.md) for ClearML's advanced queryable dataset management solution.
|
||||
:::
|
||||
|
||||
The `clearml-data` utility is a CLI tool for controlling and managing your data with ClearML.
|
||||
|
||||
The following page provides a reference to `clearml-data`'s CLI commands.
|
||||
|
@ -2,6 +2,10 @@
|
||||
title: SDK
|
||||
---
|
||||
|
||||
:::important
|
||||
This page covers `clearml-data`, ClearML's file-based data management solution.
|
||||
See [Hyper-Datasets](../hyperdatasets/overview.md) for ClearML's advanced queryable dataset management solution.
|
||||
:::
|
||||
|
||||
Datasets can be created, modified, and managed with ClearML Data's python interface. The following page provides an overview
|
||||
for using the most basic methods of the `Dataset` class. See the [Dataset reference page](../references/sdk/dataset.md)
|
||||
|
@ -2,6 +2,11 @@
|
||||
title: Workflows
|
||||
---
|
||||
|
||||
:::important
|
||||
This page covers `clearml-data`, ClearML's file-based data management solution.
|
||||
See [Hyper-Datasets](../../hyperdatasets/overview.md) for ClearML's advanced queryable dataset management solution.
|
||||
:::
|
||||
|
||||
Take a look at the ClearML Data examples which demonstrate common workflows using the `clearml-data` CLI and the
|
||||
`Dataset` class:
|
||||
* [Dataset Management with CLI](data_man_simple.md) - Tutorial for creating, modifying, and consuming dataset with CLI.
|
||||
|
Loading…
Reference in New Issue
Block a user