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
FlutteringMouse14
Moderator
4 Questions, 8 Answers
  Active since 18 April 2024
  Last activity one day ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
6 Answers
76 Views
0 Votes 6 Answers 76 Views
12 days ago
0 Votes
2 Answers
69 Views
0 Votes 2 Answers 69 Views
14 days ago
0 Votes
6 Answers
81 Views
0 Votes 6 Answers 81 Views
Hi guys! Anyone else has trouble caching virtual environments in the agent? I manually installed a single agent on a virtual machine, and I'm using this conf...
one day ago
0 Votes
4 Answers
146 Views
0 Votes 4 Answers 146 Views
5 days ago
0 Hi Everyone! Thanks To The Dev For The Excellent Work, I'M Migrating Some Work Projects To Clearml And It Has Been A Great Experience So Far. There Is Just One Thing I Cannot Understand From The Documentation: Can I Set Execution Details For A Pipeline E

Yes! I was looking at it wrong. The task execution details are only there for logging previous execution.
To modify the execution of the next run I had to modify the clearml agent. In this case I added this to the clearml.conf of my agent (I only have one worker right now):
python_binary: "/usr/local/bin/python3.10"
ignore_requested_python_version: true

12 days ago
0 Hi Guys! How Do You Handle Tasks With A Complex Parametrization? For Example, A Script That Trains A Machine Learning Model, Where You Want To Parametrize Model Name, Hyperpars, Preprocessing Steps, Etc. So A Nested Configuration With Many Parameters Do I

That's exactly what I was looking for! Thanks a lot.
Just two followup questions

  1. if I connect a dict with task.connect and I edit it in the UI, will the new values be passed to the next run?
    2)with connect_configuration, can I pass a python file containing the configuration (like, a configuration-as-code file, instead of a yml or a json)? Could I modify it from UI?
8 days ago
4 days ago
0 Hi Guys! Broad Question: Do You Work With A Feature Store Along With Clearml? Right Now My Workflow Is: 1) Clearml Task Fetches Data From Database/Api, Does A Rough Cleaning And Saves A "Raw" Versioned Dataset On Clearml 2) Another Clearml Task Trains A

Cool thanks! So for online Feature transformation I would set up a feast server, and the tasks would use feast to create and retrieve features, right?

I know it's a huge project, but it would be great to have a feature store as part of ClearML, do you have any plans to do that?

4 days ago
0 Hi Guys! Anyone Else Has Trouble Caching Virtual Environments In The Agent? I Manually Installed A Single Agent On A Virtual Machine, And I'M Using This Conf For Venv Caching :

@<1694157594333024256:profile|DisturbedParrot38> thanks a lot! I didn't know it. On my project, clearml can't recognize the requirements from the code, I have to pass them explicitly, either with poetry or with a requirements.txt. Does that work for you?

one day ago