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
Another Hpo App Question: Using Ui In "Optimization Configuration" I Can Choose Only One Metric. Is This By Design Or I'M Missing Something?

Another HPO app question: using UI in "Optimization Configuration" I can choose only one metric. Is this by design or I'm missing something?

  
  
Posted one year ago
Votes Newest

Answers 3


Hmm, I don't know. I think, I saw this feature in 'manual' HPO code, but probably I'm wrong.

  
  
Posted one year ago

Hi @<1523701062857396224:profile|AttractiveShrimp45> , I think this is currently by design. How would you suggest doing multiple metric optimization - priority between metrics after certain threshold is met?

  
  
Posted one year ago

Could it be multiple metrics that were combined into a single metric later on? Before the optimizer?

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