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
Thanks Clearml Team, Great To See These Requested Features Are Released!

Thanks ClearML Team, great to see these requested features are released!

Add metric snapshot plot to project overview UI - Show an aggregated view of all project experiments value for a leading metric Add logical  AND  option to UI experiment table tag filter
https://github.com/allegroai/clearml-server/releases/tag/1.1.0

  
  
Posted 2 years ago
Votes Newest

Answers 3


As we always say, you came because it's free, you stayed because features are being released before git issues are even opened 😉
Thanks for contributing back with ideas and inputs! 😄

  
  
Posted 2 years ago

Thanks ClearML team, is there an example of the metric snapshot plot in the project overview UI available in the demo dashboard?

  
  
Posted 2 years ago

GreasyPenguin14 the demo-server is soon to be deprecated, so we are slow on upgrades there. But you can already see it in the SaaS free tier.
https://app.community.clear.ml/

  
  
Posted 2 years ago
563 Views
3 Answers
2 years ago
one year ago
Tags