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
Answered
Hello All

Hello all 👋 , I brand new to ClearML and still the functionality.

Is it possible to create a hyperparameter turning experiment (task?) within a pipeline that's defined by decorated functions?

  
  
Posted 2 months ago
Votes Newest

Answers 3


Hi @<1718437476634202112:profile|SteepAnt48> , you certainly can! But you already have HPO capability built in:
None
None

  
  
Posted 2 months ago

Task can be created programmatically, so you can create your hyperparameter turning task inside pipeline step.
Also, check this example None

  
  
Posted 2 months ago

Very nice. Thank you both for the pointers!

  
  
Posted 2 months ago
277 Views
3 Answers
2 months ago
2 months ago
Tags