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

Export experiments to csv #882

Closed
PierreSnell opened this issue Jan 13, 2023 · 5 comments
Closed

Export experiments to csv #882

PierreSnell opened this issue Jan 13, 2023 · 5 comments

Comments

@PierreSnell
Copy link

PierreSnell commented Jan 13, 2023

Proposal Summary

When looking at all experiments (or filtered), export all to csv.

Report table (in clearML)

------------------------
| Name | Key_1 | Key_2 |
------------------------
| Hey  | Val_1 | Val_2 | 
------------------------      

To (as csv)

Name, Key_1, Key_2
Hey, Val_1, Val_2

Motivation

Help to present result to non technical / business / persons that don't have access to clearML

@ainoam
Copy link
Collaborator

ainoam commented Jan 13, 2023

We were thinking the same thing @PierreSnell :)
It should be coming soon - We'll update here when available.

@pollfly
Copy link
Contributor

pollfly commented Aug 6, 2023

Hey @PierreSnell! clearml-server 1.12.0 is now out, and supports exporting UI object table data in CSV format.

@PierreSnell
Copy link
Author

Hello @pollfly,

Thanks for the update ! It indeed works really well, and we're using it often :)

However, I'm sorry for the confusion but I was thinking about the project table (as in the screenshot bellow) that would need to be exported to csv.

image

That would give me (in this example)

TYPE, NAME, TAGS, STATUS, USER, STARTED, UPDATED, ITERATION, PARENT, Acc, #Train, #Test
Train, Bisque_robert, Aborted, Pierre, date, date, 0, , 0.75, 84, 36, 24, 24
.....

@pollfly
Copy link
Contributor

pollfly commented Oct 1, 2023

Hey @PierreSnell,

Can you clarify what is missing? Since clearml-server 1.12.0, every one of the tables in the UI (experiment, model, pipeline, dataset, etc.) should have a "Download table as CSV" button on the top right (see image), which creates a csv file formatted like your example
image

@PierreSnell
Copy link
Author

PierreSnell commented Oct 2, 2023

Hello @pollfly,

That one is on me... I'm sorry I got a tiny earliest version. Upgrading I can confirm that everything works like a charm.

Thanks for the fast feedback and this amazing tool.
Have a nice week.

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

3 participants