clearml-docs/docs/hyperdatasets/webapp/webapp_exp_comparing.md

38 lines
1.7 KiB
Markdown
Raw Normal View History

2021-06-21 18:13:17 +00:00
---
2021-06-20 22:00:16 +00:00
title: Comparing Dataviews
---
In addition to [ClearML's comparison features](../../webapp/webapp_exp_comparing.md), the ClearML Enterprise WebApp
2023-05-14 06:51:01 +00:00
supports comparing input data selection criteria of experiment Dataviews, enabling to easily locate, visualize, and analyze differences.
2021-06-20 22:00:16 +00:00
2021-09-09 10:17:46 +00:00
## Selecting Experiments
2021-06-20 22:00:16 +00:00
2023-05-14 06:51:01 +00:00
To select experiments to compare:
1. Go to an experiments table that includes the experiments to be compared.
1. Select the experiments to compare. Once multiple experiments are selected, the batch action bar appears.
1. In the batch action bar, click **COMPARE**.
2021-06-20 22:00:16 +00:00
2023-05-14 06:51:01 +00:00
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.
2021-06-20 22:00:16 +00:00
2021-09-09 10:17:46 +00:00
## Dataviews (Input Data)
2021-06-20 22:00:16 +00:00
**To locate the input data differences:**
2021-06-21 18:13:17 +00:00
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" />
2021-12-02 17:53:37 +00:00
(Previous diff) or <img src="/docs/latest/icons/ico-next-diff.svg" alt="Next diff" className="icon size-md space-sm" /> (Next diff).
2021-06-20 22:00:16 +00:00
1. Expand any of the following sections:
2023-05-14 06:51:01 +00:00
* **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)