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, When Using The Logger.Report_Table() Method (

Hi, when using the logger.report_table() method ( https://allegro.ai/clearml/docs/docs/examples/reporting/pandas_reporting.html#reporting-csv-files-as-tables ) the 'series' argument is not shown in the UI. The 'title' is shown twice. So when I have a table for my training set and one for my validation set I don't know which is which. Is it possible to also show the 'series'? (don't know if this is a bug report or feature request)

  
  
Posted 3 years ago
Votes Newest

Answers 6


GreasyPenguin14 let me check with the guys when is the next version .
Are you using the self-hosted server of the community server ?

  
  
Posted 3 years ago

Hi GreasyPenguin14
Yes, I think you are right the series name should be next to the title. Let me check it...

  
  
Posted 3 years ago

Yep, this seems like a bug in the display

  
  
Posted 3 years ago

Any idea when this will be fixed?

  
  
Posted 3 years ago

ETA for the next release is end of the month/early March, it is planned to include many other improvements 🙂

  
  
Posted 3 years ago

self-hosted

  
  
Posted 3 years ago
586 Views
6 Answers
3 years ago
one year ago
Tags