mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Fix icons
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
title: The Experiments Table
|
||||
---
|
||||
|
||||
The experiments table is a [customizable](#customizing-the-experiments-table) list of experiments associated with a project. From the experiments
|
||||
table, view experiment details, and work with experiments (reset, clone, enqueue, create [tracking leaderboards](../guides/ui/building_leader_board.md)
|
||||
to monitor experimentation, and more). The experiments table's auto-refresh allows users to continually monitor experiment progress.
|
||||
The experiments table is a [customizable](#customizing-the-experiments-table) list of experiments associated with a project. From the experiments
|
||||
table, view experiment details, and work with experiments (reset, clone, enqueue, create [tracking leaderboards](../guides/ui/building_leader_board.md)
|
||||
to monitor experimentation, and more). The experiments table's auto-refresh allows users to continually monitor experiment progress.
|
||||
|
||||
|
||||
:::info
|
||||
To assist in focusing on active experimentation, experiments and models can be archived, so they will not appear
|
||||
To assist in focusing on active experimentation, experiments and models can be archived, so they will not appear
|
||||
in the active experiments and models tables. See [Archiving](webapp_archiving).
|
||||
:::
|
||||
|
||||
@@ -27,8 +27,8 @@ The experiments table default and customizable columns are described in the foll
|
||||
| **PROJECT** | Name of experiment's project. | Default |
|
||||
| **USER** | User who created or cloned the experiment. | Default (hidden) |
|
||||
| **STARTED** | Elapsed time since the experiment started. To view the date and time of start, hover over the elapsed time. | Default |
|
||||
| **UPDATED** | Elapsed time since the last update to the experiment. To view the date and time of update, hover over the elapsed time. | Default |
|
||||
| **ITERATION** | Last or most recent iteration of the experiment. | Default |
|
||||
| **UPDATED** | Elapsed time since the last update to the experiment. To view the date and time of update, hover over the elapsed time. | Default |
|
||||
| **ITERATION** | Last or most recent iteration of the experiment. | Default |
|
||||
| **DESCRIPTION** | A description of the experiment. For cloned experiments, the description indicates it was auto generated with a timestamp. | Default (hidden) |
|
||||
| **RUN TIME** | The current / total running time of the experiment. | Default (hidden) |
|
||||
| **_Metrics_** | Add metrics column (last, minimum, and / or maximum values). The metrics depend upon the experiments in the table. See [adding metrics](#to-add-metrics). | Customizable |
|
||||
@@ -38,54 +38,54 @@ The experiments table default and customizable columns are described in the foll
|
||||
|
||||
## Customizing the experiments table
|
||||
|
||||
The experiments table can be customized by:
|
||||
The experiments table can be customized by:
|
||||
* Showing / hiding default columns
|
||||
* Adding metrics and hyperparameters
|
||||
* Adding metrics and hyperparameters
|
||||
* Sorting
|
||||
* Filtering
|
||||
* Filtering
|
||||
|
||||
Use experiments table customization for various use cases, including:
|
||||
|
||||
* Creating a [leaderboard](#creating-an-experiment-leaderboard) that will update in real time with experiment
|
||||
* Creating a [leaderboard](#creating-an-experiment-leaderboard) that will update in real time with experiment
|
||||
performance, which can be shared and stored.
|
||||
* Sorting models by metrics - Models are associated with the experiments that created them. For each metric, use the last
|
||||
* Sorting models by metrics - Models are associated with the experiments that created them. For each metric, use the last
|
||||
value, the minimal value, and / or the maximal value.
|
||||
* Tracking hyperparameters - Track hyperparameters by adding them as columns, and applying filters and sorting.
|
||||
|
||||
Changes are persistent (cached in the browser), and represented in the URL so customized settings can be saved in a browser
|
||||
Changes are persistent (cached in the browser), and represented in the URL so customized settings can be saved in a browser
|
||||
bookmark and shared with other **ClearML** users to collaborate.
|
||||
|
||||

|
||||
|
||||
### Adding metrics and / or hyperparameters
|
||||
|
||||
Add metrics and / or hyperparameters columns to the experiments table. The metrics and hyperparameters depend upon the
|
||||
Add metrics and / or hyperparameters columns to the experiments table. The metrics and hyperparameters depend upon the
|
||||
experiments in the table.
|
||||
|
||||
#### To add metrics:
|
||||
|
||||
* Click <img src="/icons/ico-settings.svg" alt="Setting Gear" className="icon size-md" /> **>** **+ METRICS** **>** Expand a metric **>** Select the **LAST** (value),
|
||||
* Click <img src="/docs/latest/icons/ico-settings.svg" alt="Setting Gear" className="icon size-md" /> **>** **+ METRICS** **>** Expand a metric **>** Select the **LAST** (value),
|
||||
**MIN** (minimal value), and / or **MAX** (maximal value) checkboxes.
|
||||
|
||||
#### To add hyperparameters:
|
||||
|
||||
* Click <img src="/icons/ico-settings.svg" alt="Setting Gear" className="icon size-md" /> **>** **+ HYPER PARAMETERS** **>** Expand a section **>** Select the
|
||||
* Click <img src="/docs/latest/icons/ico-settings.svg" alt="Setting Gear" className="icon size-md" /> **>** **+ HYPER PARAMETERS** **>** Expand a section **>** Select the
|
||||
hyperparameter checkboxes.
|
||||
|
||||
### Using other customization features
|
||||
|
||||
**To use other customization features:**
|
||||
|
||||
* Show / hide columns - Click <img src="/icons/ico-settings.svg" alt="Setting Gear" className="icon size-md" /> **>** select or clear the checkboxes of columns to show or hide.
|
||||
* Show / hide columns - Click <img src="/docs/latest/icons/ico-settings.svg" alt="Setting Gear" className="icon size-md" /> **>** select or clear the checkboxes of columns to show or hide.
|
||||
* Filter columns - According to type of experiment, experiment status (state), or user
|
||||
* Sort columns - According to metrics and hyperparameters, type of experiment, experiment name, start and last update elapsed time, and last iteration.
|
||||
* Dynamic column ordering - Drag a column title to a different position.
|
||||
* Column resizing - In the column heading, drag to a new size.
|
||||
* Column autofit - In the column heading, double click a column separator.
|
||||
|
||||
## ClearML actions from the experiments table
|
||||
## ClearML actions from the experiments table
|
||||
|
||||
The following table describes the **ClearML** features that can be used from the experiments table, including the [states](../fundamentals/task.md#task-states-and-state-transitions)
|
||||
The following table describes the **ClearML** features that can be used from the experiments table, including the [states](../fundamentals/task.md#task-states-and-state-transitions)
|
||||
that allow each feature.
|
||||
|
||||
| ClearML Action | Description | States Valid for the Action | State Transition |
|
||||
@@ -107,21 +107,21 @@ that allow each feature.
|
||||
|
||||
## Creating an experiment leaderboard
|
||||
|
||||
Filter & sort the experiments of any project to create a leaderboard that can be shared and stored. This leaderboard
|
||||
updates in real time with experiment performance and outputs.
|
||||
Filter & sort the experiments of any project to create a leaderboard that can be shared and stored. This leaderboard
|
||||
updates in real time with experiment performance and outputs.
|
||||
|
||||
Modify the experiment table in the following ways to create a customized leaderboard:
|
||||
* Add experiment configuration ([hyperparameters](#to-add-hyperparameters))
|
||||
* Edit and add experiments [properties](webapp_exp_track_visual.md#user-properties)
|
||||
* Add reported [metrics](#to-add-metrics), any time series reported metric can be selected, then select the last reported
|
||||
* Add reported [metrics](#to-add-metrics), any time series reported metric can be selected, then select the last reported
|
||||
value, or the minimum / maximum reported value.
|
||||
* Filter based on user (dropdown and select) or [experiment types](../fundamentals/task.md#task-types)
|
||||
* Add specific [tags](webapp_exp_track_visual.md#tagging-experiments) and filter based on them
|
||||
|
||||
Now the table can be sorted based on any of the columns (probably one of the performance metrics). Select to filter experiments
|
||||
Now the table can be sorted based on any of the columns (probably one of the performance metrics). Select to filter experiments
|
||||
based on their name by using the search bar.
|
||||
|
||||
The final dashboard can be shared by copying the URL from the address bar, this address will replicate the exact same dashboard on any browser.
|
||||
The final dashboard can be shared by copying the URL from the address bar, this address will replicate the exact same dashboard on any browser.
|
||||
The dashboard can also be bookmarked for later use.
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user