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
SkinnyBat30
Moderator
5 Questions, 13 Answers
  Active since 03 June 2023
  Last activity one year ago

Reputation

0

Badges 1

13 × Eureka!
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Is it possible to embed a streamlit app in a ClearML report? Are there other ways to integrate streamlit apps?
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Task.upload_artifact( self=task, name="Dataframe", # artifact_object=df1, artifact_object="data/file.feather", extension_name=".feather", metadata=meta_dict,...
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi everyone. I'm trying to run a ClearML server behind a Cloudflare Zero Trust proxy with a service token for authorization. I can successfully access the se...
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
I'm getting upload errors when uploading artifacts (using GCS) but it uploads for datasets works just fine. clearml.storage - ERROR - Failed uploading: HTTPS...
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
one year ago