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
TriteCoral46
Moderator
2 Questions, 2 Answers
  Active since 18 July 2025
  Last activity one month ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
2 Answers
213 Views
0 Votes 2 Answers 213 Views
Hi Again! I'm trying to figure out why my HPO doesn't seem to work for this simple xgboost example I'm testing -- I see that the tasks are being cloned from ...
one month ago
0 Votes
3 Answers
260 Views
0 Votes 3 Answers 260 Views
Hello! I'm new to clearml and was wondering what would be the best way to query and save the best experiment result in a Task . For some context, I have a ta...
one month ago
0 Hello! I'M New To

I see -- so say I have this screenshot where I want to store the model that had the max f1 score out of 20 iterations (which I've identified as iteration 16). I'm still not quite sure how I would do that via the webUI?
image

one month ago
0 Hi Again! I'M Trying To Figure Out Why My Hpo Doesn'T Seem To Work For This Simple

Here's what I see on the webUI, but no indication of the f1 score from each of the cloned optimization tasks:
image

one month ago