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
Hey All, There Is A Way To Compare All The Experiments In A Project

Hey all,
there is a way to compare all the experiments in a project as a table , and sort them by column?

for example:
| model type | mse | r2 |
Experiment 1 | cnn | 0.8 | 0.7 |
Experiment 2 | lr | 0.75 | .. |
Experiment 3 | nn | ... | .. |
Experiment 4 | ridge | ... | .. |

I'm really promoting Clearml in my company, so I hope this feature is already existed!
Thanks!

  
  
Posted one year ago
Votes Newest

Answers 2


This is perfect! thanks!!
The thing I was missing is the customize table button!
image

  
  
Posted one year ago

Hi @<1523706700006166528:profile|DizzyHippopotamus13> , you can simply do it in the experiments dashboard in table view. You can rearrange columns, add custom columns according to metrics and hyper parameters. And of course you can sort the columns

  
  
Posted one year ago
610 Views
2 Answers
one year ago
one year ago
Tags