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
Can We Report A Pandas Table With Styling To Be Retained In The Webui? It Would Be Nice To Report E.G.

Can we report a pandas table with styling to be retained in the WebUI?
It would be nice to report e.g.
df.style.background_gradient(cmap='coolwarm', axis=None)and see it visualized with the relevant colors

  
  
Posted 2 years ago
Votes Newest

Answers 7


UnevenDolphin73 since at the end plotly is doing the presentation, I think you can provide the extra layout here:
https://github.com/allegroai/clearml/blob/226a6826216a9cabaf9c7877dcfe645c6ae801d1/clearml/logger.py#L293

  
  
Posted 2 years ago

Thanks AgitatedDove14 , I'll give it a try. Perhaps additional documentation is needed for that extra_layout

  
  
Posted 2 years ago

Sounds like an interesting idea! Maybe opening a feature request might do the trick 🙂

  
  
Posted 2 years ago

any luck ?

  
  
Posted one year ago

Hi SmugLizard25 I was able to test and it seems that style is being ignored by the FE 😞
I passed to FE guys to make sure it is fixed in the next version.
Notice this is just for tables, anything else works as expected (i.e. styling any other type of plot)

  
  
Posted one year ago

i dont know how to incorporate the styled_df to the plots section in the webapp

  
  
Posted one year ago

SmugLizard25 are you saying that with the latest version it does not work?

  
  
Posted one year ago
654 Views
7 Answers
2 years ago
one year ago
Tags