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
ThoughtfulCentipede62
Moderator
2 Questions, 15 Answers
  Active since 02 May 2023
  Last activity one year ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I want to run a task on a remote docker. I have several dockers, some manage the packages with pip and some with conda. How can I deal with this by runni...
one year ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Hi everyone, I'm new to ClearML and I want to run a task on a remote host inside a Docker container. The Python interpreter I need to use is located at /opt/...
one year ago