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 one year ago
Votes Newest

Answers 10


let me check with our product

  
  
Posted one year ago

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

  
  
Posted one year ago

probably need to set
hovermode = 'x'in layout

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

clearml-web

  
  
Posted one year ago

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 one year 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 one year 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 one year ago

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

  
  
Posted one year ago
604 Views
10 Answers
one year ago
one year ago
Tags