allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.42k stars 643 forks source link

Clear plots tab #1247

Open sanat-ramesh-snkeos opened 2 months ago

sanat-ramesh-snkeos commented 2 months ago

Proposal Summary

An option to clear the plots stored in plots tab of a task.

Motivation

If one need to update an existing list of plots or update a specific plot, clearing the tab or deleting the exact plot from the UI would be very useful.

Related Discussion

If this continues a slack thread, please provide a link to the original slack thread.

ainoam commented 2 months ago

Thanks for suggesting @sanat-ramesh-snkeos.

All plots are stored on the ClearML server. The UI shows the 5 last reported plots per metric/variant. Are you looking to organize the UI, or clear the database? Note that when browsing a specific tasks plots, you can filter the shown plots by metric. You can create a report with specific plots of interest.

If one need to update...

Plots are updated through the SDK - reporting a different plot under the same metric, variant and iteration will replace that plot - There's no need to "clear" it first.