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

Home Page:https://clear.ml/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clear plots tab

sanat-ramesh-snkeos opened this issue · comments

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.

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.