Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request][UI][Visualization] Allow different ways of showing reported histograms in task comparisson view #203

Open
pktiuk opened this issue Jun 28, 2023 · 1 comment

Comments

@pktiuk
Copy link

pktiuk commented Jun 28, 2023

Use case example

I have dataset for which I want to generate some histograms to allow easy comparison of different versions of it.

I log some data (histogram showing classes labeled in this dataset):

l2.report_histogram(title='Liczby klas', series='classes_series',
     values=vector_series, iteration=0, labels=['A','B','C', "dog", "cat"], xaxis='Klasa', yaxis='Ilość')

And in the experiment view (Plots) I see:

image

This looks nice.

But when I want to compare this dataset with another one with the same type of histogram instead of a single histogram with multiple classes I get:

image

This view has some advantages (especially when I want to compare a lot of datasets) but it takes a lot of space and may be difficult to navigate.

Proposed solution

I would strongly prefer having all of these data in the single histogram.
I think it should look like this:

image

In this case I see all of the classes, I can easily zoom to look at selected classes

I think It would be good to add some kind of toggle to switch between current (default) view and the view aggregating everything.

@pktiuk
Copy link
Author

pktiuk commented Jun 28, 2023

I am not sure whether it is a good repo for this request, maybe it should be moved to https://github.com/allegroai/clearml or https://github.com/allegroai/clearml-web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant