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, On Clearml-Server 1.5.0, In Scalar Graphs, The New Default Value Is “Show Closest Data On Hover”. Would It Be Possible To Make It Automatically Set To “Compare Data On Hover” When Comparing Multiple Experiments?

Hi, on clearml-server 1.5.0, in scalar graphs, the new default value is “Show closest data on hover”. Would it be possible to make it automatically set to “Compare data on hover” when comparing multiple experiments?

  
  
Posted 2 years ago
Votes Newest

Answers 10


I’m not too fond of many user configurations, it’s confusing.

100% agree, nevertheless, how much is too many? Currently, there are only two settings in the user preferences category, so one more wouldn’t hurt?

however, clearml is open source, nothing stops you from adding the code and sending a PR

I’d be super happy to contribute yes! Nevertheless, I am not sure where to start: clearml-server repo? clearml-web repo?

  
  
Posted 2 years ago

I'm not too fond of many user configurations, it's confusing.
however, clearml is open source, nothing stops you from adding the code and sending a PR

  
  
Posted 2 years ago

So it is there already, but commented out, any reason why?

  
  
Posted 2 years ago

let me check with our product

  
  
Posted 2 years ago

Could you please point me to the relevant component? I am not familiar with typescript unfortunately 😞

  
  
Posted 2 years ago

the component that sets Plotly up is src/app/webapp-common/shared/experiment-graphs/single-graph/single-graph.component.ts

  
  
Posted 2 years ago

probably need to set
hovermode = 'x'in layout

  
  
Posted 2 years ago

clearml-web

  
  
Posted 2 years ago

Hi JitteryCoyote63 , shouldn't be too hard, but we would probably need to check what most of the users prefer.

  
  
Posted 2 years ago

Very nice! Maybe we could have this option as a toggle setting in the user profile page, so that by default we keep the current behaviour, and users like me can change it 😄 wdyt?

  
  
Posted 2 years ago
763 Views
10 Answers
2 years ago
one year ago
Tags