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
Hello! Please Tell Me, Is There Any Way To Correct A Typo In The Metric Name In Scalars And In Plots? Without Having To Restart All Experiments. It Doesn'T Seem Possible Through The Interface, But Maybe It'S Possible Through The Api?

Hello! Please tell me, is there any way to correct a typo in the metric name in scalars and in plots? Without having to restart all experiments. It doesn't seem possible through the interface, but maybe it's possible through the api?

  
  
Posted 3 days ago
Votes Newest

Answers


Hi @<1874264260817719296:profile|RipeSheep74> , I think this is possible with the API. You would need to manually move the tasks to running mode, remove all scalars manually and re-report them also manually via the API.

  
  
Posted 3 days ago
226 Views
1 Answer
3 days ago
2 days ago
Tags