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
CumbersomeDuck6
Moderator
4 Questions, 5 Answers
  Active since 19 September 2024
  Last activity 4 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
3 Answers
373 Views
0 Votes 3 Answers 373 Views
Hi abit of a crazy question... but is it possible to use ClearML in Rust, without writing a wrapper. I noticed the API doesnt cover dataset operations but th...
6 months ago
0 Votes
4 Answers
330 Views
0 Votes 4 Answers 330 Views
Hi, currently running Dataset.list_datasets() on a giant list of datasets takes a very long time to return the full datasets list. Similarly running Dataset....
6 months ago
0 Votes
2 Answers
343 Views
0 Votes 2 Answers 343 Views
4 months ago
0 Votes
2 Answers
350 Views
0 Votes 2 Answers 350 Views
Hi, am working on a project with ClearML SDK. Does anyone know how to link ClearML datasets to an experiment? I cannot find it in the ClearML SDK documentati...
6 months ago