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
Any Plans To Add Support For Multiindex Tables? That Comma-Separation Feels A Bit Odd. (Also This Shows Up In

Any plans to add support for MultiIndex tables? That comma-separation feels a bit odd.
(Also this shows up in plots while in the scalars tab I actually have plots..?)

  
  
Posted 2 years ago
Votes Newest

Answers 8


So something like https://github.com/allegroai/clearml/blob/master/examples/reporting/pandas_reporting.py#L28 but multi index?

Was wondering if there are plans to add better support for it

Not currently, can you add a https://github.com/allegroai/clearml/issues/new so we do not forget to add such?

  
  
Posted 2 years ago

One more UI question TimelyPenguin76 , if I may -- it seems one cannot simply report single integers. The report_scalar feature creates a plot of a single data point (or single iteration).
For example if I want to report a scalar "final MAE" for easier comparison, it's kinda impossible 😞

  
  
Posted 2 years ago

The 

report_scalar

 feature creates a plot of a single data point (or single iteration).

UnevenDolphin73 thats how I would use it. with it you can compare between tasks and compare the results. You can also add it to the project view and filter with it too:

  
  
Posted 2 years ago

It's a bit hard to read when they'll all clustered together:

  
  
Posted 2 years ago

Of course Im using report_table in the above; it seems the support for Pandas DataFrame does not include support for MultiIndex other than by concatenating the indices together

That's fine (as in, it works), but it looks a bit weird and defies the purpose of a MultiIndex 🤔 Was wondering if there are plans to add better support for it

  
  
Posted 2 years ago

I mean, it makes sense to have it in a time-series plot when one is logging iterations and such. But that's not always the case... Anyway I opened an issue about that too! 🙂

  
  
Posted 2 years ago

Hi UnevenDolphin73 , How did you report it? Logger.report_table supports
` - Pandas DataFrame or Table as list of rows (list)

  • CSV file
  • URL to CSV file `
  
  
Posted 2 years ago

Indeed. I'll open an issue, sure!

  
  
Posted 2 years ago
657 Views
8 Answers
2 years ago
one year ago
Tags