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
HandsomeCrow5
Moderator
6 Questions, 17 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

16 × Eureka!
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is there a way to upload an ROC curve with its underlying data? The use-case: I have trained several models and I want to compare their different working poi...
4 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
Hi, Is there any way to get experiment debug images programmatically?
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hey, Is there a way to report progress timeline in a Data Processing type task? Use case: I have a distributed data preparation process for which I use such ...
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Is there a way to get the most updated Script class? Use case - I have a piece of code that is common in a few API services which may hold different version ...
4 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Is there a way to get tasks by hyperparameters values? when I use the search in the UI I get the relevant task, but when I try the following I get an empty l...
4 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Is it possible to report a static html to a task and have it shown in the UI? I used the following: task = Task.get_task() logger = task.get_logger() logger....
4 years ago