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
Profile picture
ChubbyWhale74
Moderator
1 Question, 1 Answer
  Active since 13 March 2024
  Last activity 2 months ago

Reputation

0

Badges 1

Eureka!
0 Votes
2 Answers
167 Views
0 Votes 2 Answers 167 Views
Hello everyone, Im trying to run the hyper_parameter_optimizer.py example but keep running into the same issue with version incompatibility, could anybody te...
2 months ago
0 Hello Everyone, Im Trying To Run The Hyper_Parameter_Optimizer.Py Example But Keep Running Into The Same Issue With Version Incompatibility, Could Anybody Tell Me What I'M Doing Wrong?

Hi, yes you are right. I was only thinking to update the agent python version but running the original experiment on an older virtual environment solved it. Thanks!

2 months ago