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
Helo, I Wonder If Someone Have An Idea How To Handle The "Error", Which I Mentioned In

Helo, I wonder if someone have an idea how to handle the "error", which I mentioned in None ?

  
  
Posted one month ago
Votes Newest

Answers 4


I don't see where you instanciate ClaerML Task in your given code. Which means that Task.current_task() will return None , thus the error you get.

  
  
Posted one month ago

(I don't really use HPO feature so I out sorry)

  
  
Posted one month ago

Hi @<1856144871656525824:profile|SparklingFly7> , can you describe the issue you're experiencing? I saw there is a new response in github - None

  
  
Posted one month ago

Nevermind, didn't read properly ...

  
  
Posted one month ago
197 Views
4 Answers
one month ago
one month ago
Tags