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
MagnificentBear85
Moderator
8 Questions, 25 Answers
  Active since 08 June 2023
  Last activity 2 months ago

Reputation

0

Badges 1

23 × Eureka!
0 Votes
5 Answers
454 Views
0 Votes 5 Answers 454 Views
Hi guys, I have a (potentially very stupid) but important problem. I moved the server to a new machine and hooked up the fileshare that we use for storage. I...
5 months ago
0 Votes
5 Answers
343 Views
0 Votes 5 Answers 343 Views
Hi, potentially very silly and simple question, but I'm trying to run the cleanup_service.py in my services queue. However, it is not deleting any task but p...
4 months ago
0 Votes
3 Answers
224 Views
0 Votes 3 Answers 224 Views
2 months ago
0 Votes
2 Answers
438 Views
0 Votes 2 Answers 438 Views
5 months ago
0 Votes
13 Answers
456 Views
0 Votes 13 Answers 456 Views
Hi everyone, I am updating the self-hosted server to a public IP. However, all my datasets cannot be downloaded anymore. I followed instructions from here , ...
5 months ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Is there some example of how to develop a HPO in a pipeline setup where each hyperparameter setup is each own step again? Should we first mimick a base task ...
one year ago
0 Votes
3 Answers
840 Views
0 Votes 3 Answers 840 Views
Hi there, is there a way to save a model simply to the fileserver such that the MODEL URL will point there and not to a local disk (I am running in docker co...
10 months ago
0 Votes
3 Answers
513 Views
0 Votes 3 Answers 513 Views
My current training setup is a hyperparameter optimization using the TPEsampler from Optuna. For configuration we use Hydra. There is a very nice plugin that...
5 months ago