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
Hey, I Think I Found A Possible Bug When Using

Hey,
I think I found a possible bug when using get_reported_plots on a task.
the name is attached to the plot_str string.
so plotly can't really analyze it and I have to remove it manually.
e.g.
sub_string1 = reported_plots[0]['plot_str'].replace(""""name": "mean_median_upper/mean_median_upper", """ , '') sub_string2 = sub_string1.replace(""", "name": null""" , '') fig = plotly.io.from_json(sub_string2) fig.show()to give.

  
  
Posted 2 years ago
Votes Newest

Answers 2


It's generated automatically by HPO script.
So it might be added inside the report completion section

  
  
Posted 2 years ago

Hi EmbarrassedSpider34 ,
Wasn't the name there when you generated the plot?

  
  
Posted 2 years ago