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
Hi Everyone, I Am New Here To Clearml And I Was Wondering How Can I Make A Line Plot Similar To Wandb Where Several Runs Can Be Aggregated Together (With Error Bands) Based Upon Some Sort Of Criteria?

Hi everyone, I am new here to ClearML and I was wondering how can I make a line plot similar to wandb where several runs can be aggregated together (with error bands) based upon some sort of criteria?

  
  
Posted 2 months ago
Votes Newest

Answers


Hi @<1699593312320622592:profile|TeenyOtter72> , I think what you're looking for is the comparison. You can checkbox multiple experiments and then you will have a bar at the bottom with an option to compare. Let me know if this is what you were looking for

  
  
Posted 2 months ago
209 Views
1 Answer
2 months ago
2 months ago
Tags