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
HappyDove3
Moderator
11 Questions, 21 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

21 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
How
How can I extract all my workspace experiments data via the API and write it to a different workspace
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi, I'm trying to access/use experiment's model+data+params My model and data are stored in s3 and I'm not sure what is the practice of getting them reddy to...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, is there a way to get the tasks commit_id using the SDK ?
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hi, on the clearml web app, under settings -> users & groups, I want to know how can I change the Owner user to someone else.
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi, I'm trying to use task.upload_artifact() for uploading numpy array / pandas DF as the documentation says it's possible, but I keep getting error. if name...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, I logged my params to clearml like this: params_dictionary = {'max_depth': 20, 'max_features': 2} wandb.config = params_dictionaryAnd load them like this...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Another thing, can I get the git repo/commit info of my experiment through the SDK? Couldn't find it in the docs.
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
?..
?
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Hi, is there a way to log sklearn metrices (like accuracy/precision) in a tabular way rather than plot ?
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
3 years ago