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
PanickyAnt52
Moderator
4 Questions, 13 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
2 Answers
596 Views
0 Votes 2 Answers 596 Views
hi it is me again, this time trying to upload a single file as Dataset but met with the following error. The file is 13.42GB and of Apache Arrow format. Any ...
2 years ago
0 Votes
4 Answers
532 Views
0 Votes 4 Answers 532 Views
hi, is there a way to get back the pipeline object when given a pipeline id?
2 years ago
0 Votes
10 Answers
535 Views
0 Votes 10 Answers 535 Views
hi im getting this error and i have no idea how to solve it, please help ERROR: Could not find a version that satisfies the requirement pandas==1.4.0 (from -...
2 years ago
0 Votes
5 Answers
656 Views
0 Votes 5 Answers 656 Views
hi, i notice through the log that ClearML cannot find the python3.7 that was installed in the docker container and is using the worker’s default version. War...
2 years ago
0 Hi! I'Ve Been Trying Out The

I'm getting the same error when using TaskScheduler. Is there any updates on this?

2 years ago
0 Hi, Is There A Way To Get Back The Pipeline Object When Given A Pipeline Id?

Got it, i’d want to get all the tasks that are created by a particular pipeline - either to check on their status or to remove them programmatically

2 years ago
0 Hi, Is There A Way To Get Back The Pipeline Object When Given A Pipeline Id?

looks good, this is what i’m looking for, thanks

2 years ago
0 Hi Im Getting This Error And I Have No Idea How To Solve It, Please Help

SuccessfulKoala55 alright, it turns out my local python version is mismatched with the python version in the docker image i defined. Question - why is this the expected behavior?

2 years ago
0 Hi Im Getting This Error And I Have No Idea How To Solve It, Please Help

ok let me pin pandas version to 1.3.5 and see if it works, thanks

2 years ago
2 years ago
0 Hi Im Getting This Error And I Have No Idea How To Solve It, Please Help

Warning: could not locate requested Python version 3.8, reverting to version 3.7

2 years ago
2 years ago
0 Hi Fam! Sorry For The Potential Dumb Question, But I Couldn’T Find Anything On The Interwebs About It. I’M Hosting A Clearml Server On Aws, Using S3 As A Backend For Artifact Storage. I Find That Whenever I Delete Archived Artifacts In The Web App, I Get

hi DeterminedCrab71 AgitatedDove14 do you have any updates on this? I have accumulated a lot of data (artifacts and datasets) on my bucket and I'll need a way to delete them whenever I remove my tasks

2 years ago
0 Hi Fam! Sorry For The Potential Dumb Question, But I Couldn’T Find Anything On The Interwebs About It. I’M Hosting A Clearml Server On Aws, Using S3 As A Backend For Artifact Storage. I Find That Whenever I Delete Archived Artifacts In The Web App, I Get

I don't mind running the cleanup service periodically so long i have an avenue to do so. Actually, if you can build such a service, then wouldn't it make sense to just call this service whenever a task ID is deleted?

2 years ago