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
CrookedMonkey33
Moderator
12 Questions, 26 Answers
  Active since 10 January 2023
  Last activity 11 days ago

Reputation

0

Badges 1

26 × Eureka!
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi all, just started with ClearML yestarday and i'm wondering whats the recommended way of running the server in AWS? I can see that the old Allegro AI Train...
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi, I am trying to save a trained XGBClassifier model as OutputModel, is there an example somewhere of how to do that? it has no weights to save, should I ju...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi all, i'm trying to download a model inside a container based lambda function, but when I use .get_local_copy() it tries to save it in a non-existing locat...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I just started using the new datasets GUI, is there a way for me to publish a dataset from the GUI the way I can do with tasks/models?
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi all, quick question, is there a way for me to download a model or artifact directly from the CLI using its Id?
2 years ago
0 Votes
2 Answers
893 Views
0 Votes 2 Answers 893 Views
Hi, does ClearML not yet support python 3.12? the wheel installs correctly but we are getting "ModuleNotFoundError: No module named 'distutils'" from site-pa...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi all, does anyone know how I can use python to load the configuration of a saved experiment/model using its id?
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi all, did anyone manage to connect the agent to aws s3 bucket when authenticating to AWS using SSO?
2 years ago
0 Votes
4 Answers
54 Views
0 Votes 4 Answers 54 Views
12 days ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi all, two questions: I created a Dataset and am using it to train models, what's the recommended way to connect it to my training tasks for future reproduc...
2 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
2 years ago
0 Votes
3 Answers
779 Views
0 Votes 3 Answers 779 Views
one year ago