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
MuddySquid7
Moderator
6 Questions, 57 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

43 × Eureka!
0 Votes
14 Answers
670 Views
0 Votes 14 Answers 670 Views
2 years ago
0 Votes
9 Answers
646 Views
0 Votes 9 Answers 646 Views
Hi! I'm currently saving a dataframe with predictions inside the task. To do so, I save a dataframe as pickle file in /tmp/predictions_dataframe.pkl , and th...
2 years ago
0 Votes
3 Answers
573 Views
0 Votes 3 Answers 573 Views
Hi! I was wondering if it was possible to update a finished task. I wanted to add an artifact
2 years ago
0 Votes
14 Answers
740 Views
0 Votes 14 Answers 740 Views
Hi, I want to install a local package using our package index, but I'm struggling with trying to make pip trust this host. If I want to install it in my venv...
2 years ago
0 Votes
30 Answers
615 Views
0 Votes 30 Answers 615 Views
2 years ago
0 Votes
4 Answers
577 Views
0 Votes 4 Answers 577 Views
Hi! does anyone have experience using ClearML inside a Vertex AI job?
2 years ago