Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello Everyone, I'M Currently Working On

Hello everyone, I'm currently working on comparing plots from experiments within the ClearML web UI. Each of these plots displays a series of true values and a forecast. When comparing experiments, I've noticed that these two regressions are presented in separate plots : one for the true values and another for the forecasts from each run. Is there a way to merge these into a single plot for easier comparison?

Additionally, if anyone is aware of some documentation on visualisations in ClearML, I'd greatly appreciate your insights.
image

  
  
Posted 10 months ago
Votes Newest

Answers 2


Hi @<1610445887681597440:profile|WittyBadger59> , how are you reporting the plots?

I would suggest taking a look here and running all the different examples to see the reporting capabilities:
None

  
  
Posted 10 months ago

For now I am using just the automatic reporting that ClearML provides.

The individual plots and artifacts, in general, can be visualised perfectly. Nevertheless, at the time of comparing experiments, the customisation of the dashboard seems slightly limited.

  
  
Posted 10 months ago
570 Views
2 Answers
10 months ago
10 months ago
Tags