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 Everyone! Quick Question, I’M Using Clearml Version 1.4.1, And When Reporting A Table The Display Of The Series Does Not Appear In The Clearml Plots Section, Only The Title Appears Twice (Perhaps Instead Of The Series) I’M Using The Following Command:

šŸ‘‹ Hi everyone!
Quick question, Iā€™m using ClearML version 1.4.1, and when reporting a table the display of the series does not appear in the clearml PLOTS section, only the title appears twice (perhaps instead of the series)
Iā€™m using the following command:
Relevant code:

Task.current_task().get_logger().report_table(title=f'TEST TABLE: test',
                                               series='series',
                                               table_plot=pd.DataFrame({'a': [1,2,3],
                                                                        'b': [4,5,6]}))

PLOTS output attached.

Is it a known bug? Am I using it wrong?
image

  
  
Posted one year ago
Votes Newest

Answers 5


Of course. Here it is
https://github.com/allegroai/clearml/issues/684
I'll keep you updated

  
  
Posted one year ago

Hi Alon
This is indeed a known bug, we are currently working on a fix.

  
  
Posted one year ago

Thanks @<1523705644236935168:profile|SweetBadger76> ! BTW my first name is Atalya šŸ™‚

  
  
Posted one year ago

no worries. Can you share the github issue so I could follow?

  
  
Posted one year ago

oups my apologies ! ā˜ŗ

  
  
Posted one year ago