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
ElegantCoyote26
Moderator
34 Questions, 126 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

125 × Eureka!
0 Votes
2 Answers
847 Views
0 Votes 2 Answers 847 Views
what is the series parameter of the Logger class functions for?
3 years ago
0 Votes
1 Answers
909 Views
0 Votes 1 Answers 909 Views
Is it possible to restrict an agent's cpu usage? like limit the number of cores it can use?
3 years ago
0 Votes
12 Answers
857 Views
0 Votes 12 Answers 857 Views
I think there is a little bug with the PipelineDecorator.component : i provide the name of the component but it uses the name of the wrapped function as the ...
2 years ago
0 Votes
5 Answers
982 Views
0 Votes 5 Answers 982 Views
2 years ago
Show more results questions
0 We'Re Getting Critical Alerts For Elasticsearch Container Around The Jdk Version. It'S Apparently End-Of-Life. Can You Look Into Upgrading The Image? It Looks Like You'Re Running Fixed Version (7.6.2) Instead Of Picking Up Either Latest Or Some Major/St

I understand! this is my sysadmin message:
"if nothing else, they could publish a new elasticsearch image of 7.6.2 (ex. 7.6.2-1) which uses a newer patched version of JDK (1.13.x but newer than 1.13.0_2)"

3 years ago
0 What Could Be Causing This?

yes, docker compose

2 years ago
0 How Do I Disable

I think it's still caching environments... I keep deleting the caches (pip, vcs, venvs-*) and running an experiment. it re-creates all these folders and even prints


Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->clearml==1.6.4->prediction-service-utilities==0.1.0) (3.4)
Requirement already satisfied: charset-normalizer<4,>=2 in /root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages (from requests>=2.20.0->clearml==1.6....
one year ago
Show more results compactanswers