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
ExuberantBat52
Moderator
8 Questions, 47 Answers
  Active since 10 January 2023
  Last activity 10 months ago

Reputation

0

Badges 1

25 × Eureka!
0 Votes
2 Answers
987 Views
0 Votes 2 Answers 987 Views
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi all, I am currently trying to deploy clearml in AWS Fargate using Terraform, and need to pass in some https://clear.ml/docs/latest/docs/deploying_clearml/...
2 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hi all, What does the SHUTDOWN_IF_NO_ACCESS_KEY environment variable in the ClearML server docker-compose file do, under the clearml-agent-services container...
one year ago
0 Votes
4 Answers
693 Views
0 Votes 4 Answers 693 Views
Hi all, I am currently have a pipeline with multiple steps using the functional api add_function_step I would like for one of the steps to be run from within...
10 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi all, I was going through the different ways to deploy ClearML. The AWS EC2 AMI is one way to go about it, however, has anyone managed to go about deployin...
2 years ago
0 Votes
13 Answers
719 Views
0 Votes 13 Answers 719 Views
10 months ago
0 Votes
2 Answers
737 Views
0 Votes 2 Answers 737 Views
Hey all, hope you had a great start to your new year! How do I change the task description from the automatically generated task description. I went through ...
11 months ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi all, I currently have some data processing scripts for example: - script_1 -> dataset_0, dataset_1 - dataset_1 -> script_2 -> dataset_2 - dataset_2 -> scr...
one year ago