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 one year ago
Votes Newest

Answers 3


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

  
  
Posted one year ago

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

  
  
Posted one year ago

Very nice. Thank you both for the pointers!

  
  
Posted one year ago
916 Views
3 Answers
one year ago
one year ago
Tags