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
Unanswered
Hi! I Had A Self-Hosted Clearml And I Want To Visualize Aggregated Metrics (Mean, Norimalized Mean, Dispersion Etc) To Compare Clearml Projects. How Can I Do That? As I Know, Clearml Web Ui Can'T Do It, It Can Compare Only Few Separate Experiments In One


this is the case of developing AutoML: when I have a lot of datasets and the model should be nice at all datasets in average. So projects here are different versions of AutoML and I need to compare them

  
  
Posted 3 months ago
46 Views
0 Answers
3 months ago
2 months ago