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
FriendlyHedgehong10
Moderator
4 Questions, 8 Answers
  Active since 16 November 2023
  Last activity 3 months ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
1 Answers
254 Views
0 Votes 1 Answers 254 Views
Hi all, can someone add local data to clearml dataset using sync or another command without first downloading/getting the dataset locally?
4 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
8 Answers
431 Views
0 Votes 8 Answers 431 Views
Hi all, I have made a pipeline using PipelineDecorator which runs fine when I run it locally. When I execute it remotely, it gets stuck in the queue forever....
4 months ago