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

32 lines
1.6 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-06-01 10:07:36 +00:00
supports comparing input data selection criteria of experiment [Dataviews](../dataviews.md), 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-06-01 10:07:36 +00:00
The comparison page opens in the **DETAILS** tab, showing a column for each experiment.
2021-06-20 22:00:16 +00:00
2023-06-01 10:07:36 +00:00
## Dataviews
2021-06-20 22:00:16 +00:00
2023-12-03 12:27:46 +00:00
In the **Details** tab, you can view differences in the experiments' nominal values. Each experiment's information is
2023-06-01 10:07:36 +00:00
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.
2021-06-20 22:00:16 +00:00
2023-06-01 10:07:36 +00:00
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
2021-06-20 22:00:16 +00:00
2023-05-14 06:51:01 +00:00
![Dataview comparison](../../img/hyperdatasets/web-app/compare_dataviews.png)