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 one year ago
Votes Newest

Answers 6


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 one year ago

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

  
  
Posted one year ago

Is it currently broken? 🤔

  
  
Posted one year 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 one year ago

No idea, I just remember it is relatively old 😞

  
  
Posted one year ago

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

  
  
Posted one year ago
224 Views
6 Answers
one year ago
8 months ago
Tags