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
MammothGoat53
Moderator
3 Questions, 15 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Should calling Task.init() / task.close() multiple times work? I have some code like this and it seems to dead-lock: for lr in [0.001, 0.0001]: task = clearm...
2 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
I'm evaluating using ClearML from a language other than Python, so I am playing with the REST API. I managed to call auth.login to get an auth token. Now I'm...
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Is there a way to record metrics with the REST API? I'm not seeing it.
2 years ago