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
Hi, After Reviewing Clearml For Months, I Am Considering Pushing Clearml To Be The Primary Mlops Tool Within My Dept. I Would Be Looking At Monitoring, Production Labelling And Automated Retraining In A Pipeline As Well. Just Wondering If Anyone Had Luck

Hi, after reviewing ClearML for months, i am considering pushing ClearML to be the primary MLOps tool within my dept. I would be looking at monitoring, production labelling and automated retraining in a pipeline as well. Just wondering if anyone had luck with integrating ClearML components with DAG Workflows such as Airflow, Argo or even Luigi?

  
  
Posted 2 years ago
Votes Newest

Answers 2


Hi SubstantialElk6 For monitoring and production labelling, what we found is that there's no "one size fits all" so while we tried designing ClearML to be easily integrate-able. In the enterprise solution we do have a labeling solution but it's not meant to do production labeling and more to do R&D label fixes. We have customers that integrated 3rd party annotation services with Clearml.

  
  
Posted 2 years ago

As for DAG workflow, I saw someone who integrated Clearml with Luigi but couldn't find the post anywhere! 😄

  
  
Posted 2 years ago
523 Views
2 Answers
2 years ago
one year ago
Tags