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

37 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
2021-06-20 22:00:16 +00:00
provides a deep comparison of input data selection criteria of experiment Dataviews, enabling to easily locate, visualize, and analyze differences.
2021-09-09 10:17:46 +00:00
## Selecting Experiments
2021-06-20 22:00:16 +00:00
**To select experiments to compare:**
2021-06-21 18:13:17 +00:00
1. In the experiment's table, select the checkbox of each experiment to compare, or select the top checkbox for all experiments.
2021-06-20 22:00:16 +00:00
After selecting the second checkbox, the bottom bar appears.
2021-06-21 18:13:17 +00:00
1. In the bottom bar, click **COMPARE**. The comparison page appears, showing a column for each experiment and differences with
2021-06-20 22:00:16 +00:00
a highlighted background color. The experiment on the left is the base experiment. Other experiments compare to the base experiment.
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:
* **Augmentation** - On-the-fly data augmentation.
2021-06-21 18:13:17 +00:00
* **Filtering**
2021-06-20 22:00:16 +00:00
* Frame inclusion and exclusion rules based on ROI labels
* Frame metadata
2021-06-21 18:13:17 +00:00
* Frame sources
2021-06-20 22:00:16 +00:00
* 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**
2021-06-21 18:13:17 +00:00
![image](../../img/hyperdatasets/web-app/compare_dataviews.png)