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 Everyone, First Q

Hey everyone, first Q šŸŽ‰ , Iā€™m looking to integrate ClearML with Metfalow, I have some flows already setup and want to log some artifacts from each step to ClearML. I was thinking about using pipelines but not sure how to define and start it.
Did anyone has any experience working with Metaflow?
Thanks. FYI @<1710827329388810240:profile|DangerousReindeer43>

  
  
Posted 3 months ago
Votes Newest

Answers 2


Hi @<1710827348800049152:profile|ScantChicken68> , I'd suggest first reviewing the onboarding videos on youtube:
None
None

After that, I'd suggest just adding the Task.init() to your existing code to see what you're getting reported. After you're familiar with the basics then I'd suggest going into the orchestration/pipelines features šŸ™‚

  
  
Posted 3 months ago

Thanks for the quick reply. Should I skip the start of the pipeline? or what is the why to run it from a service like Metaflow

  
  
Posted 3 months ago
306 Views
2 Answers
3 months ago
3 months ago
Tags