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

Reputation

0

Badges 1

5 × Eureka!
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi, bug report. I was trying to upload data to S3 via clearml.Dataset interface def finalize(dataset: Dataset, hyperparams: HyperParams) -> None: dataset.add...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hey, can you give an example of API post request for tasks.clone or tasks.edit_hyper_params I’ve tried: resp = session.post( API_SERVER + "/tasks.clone", dat...
2 years ago