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 All! Are There Any Plans To Add Scatterplots To Visualize E.G. Hyperparemeter X Accuracy Comparisons Between Experiments? Mlflow Does This In A Really Nice Way, And I Missed This Feature On Our Transition To Clearml:

Hi all!

Are there any plans to add scatterplots to visualize e.g. Hyperparemeter x Accuracy comparisons between experiments?

MLFlow does this in a really nice way, and I missed this feature on our transition to clearML:
image

  
  
Posted one year ago
Votes Newest

Answers 6


Hi @<1556450111259676672:profile|PlainSeaurchin97>
You mean instead of the parallel coordinates ?
None

  
  
Posted one year ago

Hmm I guess doable 🙂 could you open a github issue with feature request ?
If we have enough support it will bump it in the priority 🤞

  
  
Posted one year ago

Actually, in addition to the parallel coordinates 😄
They're both good ways to visualize, but i think scatterplots are more intuitive for my use case

  
  
Posted one year ago

Had some people in my org bump it up too.

If i get some free time I'll consider contributing

  
  
Posted one year ago

None

Done! 😄

  
  
Posted one year ago

🙏 thank you so much @<1556450111259676672:profile|PlainSeaurchin97> !!!

  
  
Posted one year ago
547 Views
6 Answers
one year ago
one year ago
Tags