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, I'M Working On A Post Deployment Data And Model Monitoring Using Clearml. The Idea Is This.

Hi, i'm working on a post deployment data and model monitoring using ClearML. The idea is this.
Use ClearML to serve my model out to Triton. Data MonitoringCreate a ClearML Pipeline with codes to perform Data Drift detection for this model. The codes uses tools like Evidently or Alibi detect. Trigger the pipeline using ClearML Task whenever i have sufficient new production data. After running pipeline, would be plotting some UI and recommendations.Model Performance monitoringCreate a ClearML Pipeline with codes to perform Data Drift detection for this model. The code simply batch production annotation and run it through the model. Trigger the pipeline using ClearML Task whenever i have sufficient annotated new data. After running pipeline, would be plotting some UI and recommendations.
The tricky parts are;
How should i present the UI and recommendations from within ClearML UI. How should i present a 'decision button' within ClearML UI for users to trigger a retraining?
Some MLOps tools do much of these automatically, such as Valohai and Iguazio.
Would appreciate advice if anyone tried doing something similar for their models in production.

  
  
Posted 2 years ago
Votes Newest

Answers 4


Hi SubstantialElk6 ,

After running pipeline, would be plotting some UI and recommendations.

Would you expect this to show up in some task's logs?

  
  
Posted 2 years ago

Hi SuccessfulKoala55 , just wondering how i can follow up on this.

  
  
Posted 2 years ago

I think the best way is to open a discussion in a github issue

  
  
Posted 2 years ago

For example, it would useful to integrate https://github.com/whylabs/whylogs#features into ClearML as part of data and model monitoring. WhyLogs would have their own static page that would preferably be displayed as a new custom tab (besides logs, scalars and plots.).

  
  
Posted 2 years ago