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
DepravedDolphin12
Moderator
5 Questions, 13 Answers
  Active since 06 July 2023
  Last activity one year ago

Reputation

0

Badges 1

13 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi all, I'm trying to setup a pipeline based on the asteroid_example( None ) by ExasperatedCrab78 . The tasks run fine when ex...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi all, I'm trying to clone and run the preprocessing task from urbansounds8k example project. The download data task worked but getting this error in prepro...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi all, How can we clear the local dataset cache in ClearML?
one year ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
Hi all, Is there anyway to get the id of the pipeline using pipeline name? I need the id of the pipeline so that I can schedule the pipeline to run via TaskS...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hey all, Has anyone faced this issue with dataset.get_local_copy() ? IsADirectoryError: [Errno 21] Is a directory:
one year ago