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
Is There Some Automated Migration For Existing Tasks From Other Mlops Frameworks To Clearml? (Specifically, Interested In Migrating From Mlflow)

Is there some automated migration for existing tasks from other MLOps frameworks to ClearML? (Specifically, interested in migrating from mlflow)

  
  
Posted 2 years ago
Votes Newest

Answers 6


Is it currently broken? 🤔

  
  
Posted 2 years ago

Oh! Nice! I'll have a go at it and report back at the PR if it's in a functional state 🙂 Thanks AgitatedDove14 !

  
  
Posted 2 years ago

UnevenDolphin73 if you have the time to help fix / make it work it will be greatly appreciated 🙂

  
  
Posted 2 years ago

UnevenDolphin73 something like this one?
https://github.com/allegroai/clearml/pull/225

  
  
Posted 2 years ago

No idea, I just remember it is relatively old 😞

  
  
Posted 2 years ago

I'll have a look, at least it seems to only use from clearml import Task , so unless mlflow changed their SDK, it might still work!

  
  
Posted 2 years ago
561 Views
6 Answers
2 years ago
one year ago
Tags