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
Unanswered
Hi, 1) How Can I Know From Eyeballing The Dashboard Which Project Is Dataset And Which Is Code? 2) How Can I Know Which Dataset A Particular Code Was Using? I.E. When I Open The Task I Don'T See The Link Which Applies The Name/Path Of The Dataset Thanks


Hi JitteryParrot8
Do you mean Task? If you create a dataset with ClearML data, the Task's Icon would indicate it's a dataset task. Same goes for Experiment. You are in luck 🙂 The new SDK (which is about to be released any day now) would log the dataset used, every time you do Dataset.get().
Regardless we are in the final execution phases of a major overhaul to the dataset UI so stay tuned for our next server release that would, hopefully, make your life easier 😄

  
  
Posted one year ago
94 Views
0 Answers
one year ago
one year ago