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
Hello, I Want To Report A Confusion Matrix With The Values

Hello, I want to report a confusion matrix with the values
fig = plotly.express.imshow( matrix, labels={'x': "Predicted", 'y': "True"}, x=['0', '1'], y=['0', '1'], color_continuous_scale='blues', text_auto=True, )this works in a notebook (the text_auto displays the value inside each cell) but the text is not displayed in clearml, has someone already experienced this? Thanks

  
  
Posted 2 years ago
Votes Newest

Answers 8


VirtuousFish83 I remember an issue on github with something similar , what's the cleamrl- server version you are using ?

  
  
Posted 2 years ago

I think this issue was fixed in clearml-server 1.3.0 (released after the weekend),
Let me check

  
  
Posted 2 years ago

WebApp: 1.2.0-153 • Server: 1.2.0-153 • API: 2.16

  
  
Posted 2 years ago

Version: 1.1.1-135 • 1.1.1 • 2.14

  
  
Posted 2 years ago

the client is clearml 1.3.0

  
  
Posted 2 years ago

wait no wrong tab

  
  
Posted 2 years ago

VirtuousFish83 I can confirm clearml-server 1.3 solves the issue.

  
  
Posted 2 years ago

ok thanks I'll try !

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