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
Hi, Me Again. How Can I See User-Specified

Hi, me again. How can I see user-specified https://gyazo.com/68961abf5bf69578ca6774ac807b78c9 in the experiment compare window?

  
  
Posted 2 years ago
Votes Newest

Answers 6


Hello FuzzyMole65 , what do you see in compare currently?

Can you give a small snippet to reproduce these scalers?

  
  
Posted 2 years ago

You can also use min/max values as well

  
  
Posted 2 years ago

the scalers are gathered
metrics = {'recall': recall, 'precision': precision, 'f1': f1} for key in metrics: logger.report_single_value(name=key, value=metrics[key])

  
  
Posted 2 years ago

what I see now is just default scalars https://gyazo.com/7c1ab49fc948351009c78c9d30ebf432

  
  
Posted 2 years ago

great, thank you!

  
  
Posted 2 years ago

In compare view you need to switch to 'Last Values' to see these scalars. Please see screenshot

  
  
Posted 2 years ago