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 Everyone, Is There A Way To Either Aggregate Scalars In The Web Ui Or To Read Scalars From Existing Tasks? My Use Case Is That I Do Multiple Runs Of The Same Task And Want To Plot The Mean Metrics. However, Since A Single Run Takes Quite Long, I Do Wan

Hi everyone,
is there a way to either aggregate scalars in the web UI or to read scalars from existing tasks? My use case is that I do multiple runs of the same task and want to plot the mean metrics. However, since a single run takes quite long, I do want to execute them in parallel. Pipelines may work for that, but I would prefer if I can just aggregate 🙂

  
  
Posted one year ago
Votes Newest

Answers 5


Thank you very much, good to know!

  
  
Posted 12 months ago

Hi @<1523701868901961728:profile|ReassuredTiger98> , you can select multiple experiments and compare between the experiments, this way you can see all the scalars at once.

You can also utilize the reports feature to create really cool looking dashboard
None

  
  
Posted one year ago

But it is not possible to aggregate scalars, right? Like taking the mean, median or max of the scalars of multiple experiments.

  
  
Posted one year ago

Thank you. The reports feature is super cool! Greetings to the team. One of the best features for educational use!

  
  
Posted one year ago

I think for this you would need to report this manually. You can extract all of this data using the API and then create custom plots/scalars that you can push into reports for custom dashboards 🙂

  
  
Posted one year ago
669 Views
5 Answers
one year ago
12 months ago
Tags