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
To Be Specific, In My Base Task, The Parameters That I Want To Optimize On Appear Under Hyperparameters/General. However When I Execute The Optimization Task, I Get An Error That "Could Not Find Requested Hyper-Parameters"

To be specific, in my base task, the parameters that I want to optimize on appear under hyperparameters/General. However when I execute the optimization task, I get an error that "Could not find requested hyper-parameters"
image

  
  
Posted 2 months ago
Votes Newest

Answers 5


Hi @<1714813627506102272:profile|CheekyDolphin49> , how are you setting the parameter in the HPO?

  
  
Posted 2 months ago

as I the example you gave-
hyper_parameters=[
UniformParameterRange('rep', min_value=0.1, max_value=0.9, step_size=0.05),
UniformParameterRange('coupling', min_value=0.1, max_value=0.6, step_size=0.05),
],

  
  
Posted 2 months ago

@<1714813627506102272:profile|CheekyDolphin49> You should probably use 'General/coupling' and 'General/rep'

  
  
Posted 2 months ago

Neither, metric is a number you report through the Logger:
image

  
  
Posted 2 months ago

Thanks! What about the objective_metric_title and objective_metric_series? Are they also defined as hyperparameters? Or rather artifacts?

  
  
Posted 2 months ago
261 Views
5 Answers
2 months ago
2 months ago
Tags