mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 13:21:46 +00:00
Edit comparing Dataviews page (#579)
This commit is contained in:
parent
7cd3a46930
commit
b97b892e42
@ -3,7 +3,7 @@ title: Comparing Dataviews
|
||||
---
|
||||
|
||||
In addition to [ClearML's comparison features](../../webapp/webapp_exp_comparing.md), the ClearML Enterprise WebApp
|
||||
supports comparing input data selection criteria of experiment Dataviews, enabling to easily locate, visualize, and analyze differences.
|
||||
supports comparing input data selection criteria of experiment [Dataviews](../dataviews.md), enabling to easily locate, visualize, and analyze differences.
|
||||
|
||||
## Selecting Experiments
|
||||
|
||||
@ -12,27 +12,21 @@ To select experiments to compare:
|
||||
1. Select the experiments to compare. Once multiple experiments are selected, the batch action bar appears.
|
||||
1. In the batch action bar, click **COMPARE**.
|
||||
|
||||
The comparison page opens in the **DETAILS** tab, showing a column for each experiment. The experiment on the left is
|
||||
used as the base experiment, to which the other experiments are compared.
|
||||
The comparison page opens in the **DETAILS** tab, showing a column for each experiment.
|
||||
|
||||
## Dataviews (Input Data)
|
||||
## Dataviews
|
||||
|
||||
**To locate the input data differences:**
|
||||
In the **Details** tab, you can view differences in the experiments’ nominal values. Each experiment’s information is
|
||||
displayed in a column, so each field is lined up side-by-side. Expand the **DATAVIEWS**
|
||||
section to view all the Dataview fields side-by-side (filters, iterations, label enumeration, etc.). The differences between the
|
||||
experiments are highlighted. Obscure identical fields by switching on the `Hide Identical Fields` toggle.
|
||||
|
||||
1. Click the **DETAILS** tab **>** Expand the **DATAVIEWS** section, or, in the header, click <img src="/docs/latest/icons/ico-previous-diff.svg" alt="Previous diff" className="icon size-md" />
|
||||
(Previous diff) or <img src="/docs/latest/icons/ico-next-diff.svg" alt="Next diff" className="icon size-md space-sm" /> (Next diff).
|
||||
1. Expand any of the following sections:
|
||||
The experiment on the left is used as the base experiment, to which the other experiments are compared. You can set a
|
||||
new base experiment
|
||||
in one of the following ways:
|
||||
* Click <img src="/docs/latest/icons/ico-switch-base.svg" alt="Switch base experiment" className="icon size-md space-sm" />
|
||||
on the top right of the experiment that will be the new base.
|
||||
* Click on the new base experiment and drag it all the way to the left
|
||||
|
||||
* **Augmentation** - On-the-fly data augmentation.
|
||||
* **Filtering**
|
||||
* Frame inclusion and exclusion rules based on ROI labels
|
||||
* Frame metadata
|
||||
* Frame sources
|
||||
* Number of instances of a rule matching ROIs in each frame
|
||||
* Confidence levels.
|
||||
* **Iteration** - Iteration controls.
|
||||
* **Labels Enumeration** - Class label enumeration.
|
||||
* **Mapping** - ROI label translation.
|
||||
* **View**
|
||||
|
||||
![Dataview comparison](../../img/hyperdatasets/web-app/compare_dataviews.png)
|
Loading…
Reference in New Issue
Block a user