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
GreasyLeopard35
Moderator
3 Questions, 15 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi there! I'm getting an error whenever trying to queue experiments using conda package manager that require python>=3.10. Locally (non-queued) the training ...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Not able to resume a hyper-parameter optmization. When I try to resume a stopped or aborted parameter optimization experiment, it will fail with the error --...
2 years ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
Hi everyone! Is anybody using log-scale parameter ranges for hyper-parameter optimization? It seems that there is a bug in the hpbandster module. I'm getting...
2 years ago