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, I Have A Question About

Hi, I have a question about https://clear.ml/docs/latest/docs/references/sdk/logger#report_scatter3d : Would it be possible to pass a matplotlib figure in 3d? I have a 3d figure with some points connected, with connections of different colors. It’s easier for to me built the interactive plot with matplotlib. But then I have to save it in clearml as a figure and it becomes a static 2d figure. I’d like to be able to move around the figure, the same way it is possible with report_scatter3d. Would that be possible?

  
  
Posted 2 years ago
Votes Newest

Answers


Do you have an example to play with?

  
  
Posted 2 years ago