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
Profile picture
PoisedDove36
Moderator
2 Questions, 5 Answers
  Active since 17 April 2024
  Last activity 10 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
4 Answers
675 Views
0 Votes 4 Answers 675 Views
SDK’s Dataset.get and Dataset.create are appending .datasets/{dataset-name} to the actual project name and failing because my datasets are from an older vers...
10 months ago
0 Votes
4 Answers
782 Views
0 Votes 4 Answers 782 Views
I upgraded clearML to 1.15.0 from 1.0 The UI says it’s running WebApp: 1.15.0-472 • Server: 1.15.0-472 • API: 2.29 And the UI is missing a lot of details lik...
12 months ago