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

Reputation

0

Badges 1

21 × Eureka!
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hello clearml ppl 😄 very general question, does clearml as any API for any feature store or are there any plan on implementing a feature store inside clearm...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hello clearml friends 🙂 , I have a question regarding the requirements_file arguments in Task.create() . Can I put a path/link to requirements from git repo...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello guys 🙂 I have a question about parameters & Controller. From a Controller instance I would like to clone a task, and set some update parameters with s...
4 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hello clearml ppl 🙂 , I have a question about adding some new field to clearml UI/ and to the API. My goal is to filter all the tasks using this field. So i...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hello clearml ppl I have a question, is there a way to filter Tasks and get only the ones that has status="Running" ? I have tried both with Task.get_tasks()...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi clearml 🙂 , I wanted to ask you a simple question about the clearml.conf . What is the most " pythonic " way to parse clearml.conf ? I am built an applic...
2 years ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
Hello people 🙂 I wanted to use the client API of clearml to do some analysis on the metadata of my experiments . For instance I would like to get the durati...
3 years ago