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
Answered
Hey Guys, I'M A Total Newbie When It Comes To The World Of Ml, Currently Starting A Position As Devops/Mlops In A Company That Self Hosts Clearml On K8S. I Have Zero Prior Experience In The Field Of Mlops, And I'D Like To Master Clearml. It Does Look Lik

Hey guys, I'm a total newbie when it comes to the world of ML, currently starting a position as DevOps/MLOps in a company that self hosts ClearML on K8S.
I have zero prior experience in the field of MLOps, and I'd like to master ClearML.

It does look like prior terminology and knowledge is needed to be effective with ClearML, so I would appreciate any recommendation for a book that will get me up and running.
Few things I'd also like to understand from the get-go

  • ClearML agent - is it a task runner of some sort that runs jobs given by the server in a controller/worker architecture OR a user machine used to write code to be run from within the cluster?
  • Are there any K8S centric communities for ClearML, or learning material?
  
  
Posted one month ago
Votes Newest

Answers


Hi @<1722786138415960064:profile|BitterPuppy92> ,

ClearML agent - is it a task runner of some sort that runs jobs given by the server in a controller/worker architecture

Yes, exactly 🙂

  • Are there any K8S centric communities for ClearML, or learning material?The main community is here. You can also fins more information in the ClearML helm chart GitHub repositories ( None ) or in the ClearML Documentation website ( None )
  
  
Posted one month ago
242 Views
1 Answer
one month ago
one month ago
Tags