Edit comparing Dataviews page (#579)

This commit is contained in:
pollfly 2023-06-01 13:07:36 +03:00 committed by GitHub
parent 7cd3a46930
commit b97b892e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 experiments 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)