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, It Appears That What Clearml Calls Histograms Are Actually Bar Graphs. Does Clearml Have Real Histograms?

Hi, it appears that what clearml calls histograms are actually bar graphs. Does clearml have real histograms?
None

  
  
Posted 2 days ago
Votes Newest

Answers 4


A bar graph takes a set of numbers and assigns a bar to each number where the height of the bar represents the number. This is what you see in the example in the link I attached.
A histogram takes a set of number and divides them into bins, and plots the number of samples in each bin.

  
  
Posted 2 days ago

Hi @<1574931891478335488:profile|DizzyButterfly4> , not sure what you mean. Can you elaborate on what you see vs what you expect to see?

  
  
Posted 2 days ago

I disagree that the difference is minute 🙂 They are fundamentally different plots. The term used by clearml is misleading.
I will use the manual plotting feature with matplotlib

  
  
Posted 2 days ago

I see. The difference is minute but still there

  
  
Posted 2 days ago
8 Views
4 Answers
2 days ago
one day ago
Tags