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
Potential Feature Request: Having The Parallel Coordinates Plot Available From The Hp Parent Task. Right Now, If I Want To See The Parallel Coord Plot (Shown Below), I Have To Manually Select All Trials In A Hpo Run > Compare > Hyperparameters > Parallel

Potential feature request: having the parallel coordinates plot available from the HP parent task. Right now, if I want to see the parallel coord plot (shown below), I have to manually select all trials in a HPO run > compare > Hyperparameters > Parallel Coordinates > Select metric > Select parameters. However, as the HPO task already knows what metric we’re optimising and that the hyperparameters being optimised are, it would be so much nicer to be able to click on the HPO parent task and have it available. (In the HPO > Results > Plots tab there is a summary table, so essentially this plotted in an informative manner). Just thought Id check to see if this is already available and Ive just missed it, or if I should raise a GH issue on it πŸ™‚

  
  
Posted 3 years ago
Votes Newest

Answers 3


LudicrousParrot69
Yes please add to GitHub πŸ™‚ The problem is, if this is on single Task than we loose the ability have the nice interactive abilities (selecting diff scalars / parameters) etc...

  
  
Posted 3 years ago

LudicrousParrot69 this is implementation issue, this entire page is based on "task comparison" single Task means totally different interface for querying the data πŸ™‚

  
  
Posted 3 years ago

How so? The view can be used to just initialise the plot above like I had done all the steps by hand, but any flexibility (add in other scalars/parameters) Id expect would still be viable options in the UI

  
  
Posted 3 years ago
495 Views
3 Answers
3 years ago
one year ago
Tags