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
In The Pipeline Examples, Components Have The Following Note:

In the pipeline examples, components have the following note:

notice all package imports inside the function will be automatically logged as

required packages for the pipeline execution step

Where are these requirements taken from? Is it matched based on name with the executing environment?
I wonder because of our internal repositories 🤔

  
  
Posted one year ago
Votes Newest

Answers 7


Hi UnevenDolphin73 , I think this is analyzed in the code

  
  
Posted one year ago

Hm. Is there a simple way to test tasks, one at a time?

  
  
Posted one year ago

Maybe a single step pipeline?

  
  
Posted one year ago

I'm also getting the following warning, I guess it's some ClearML dependency?
IPython could not be loaded!

  
  
Posted one year ago

🤔

  
  
Posted one year ago

CostlyOstrich36 so internal references are not resolved somehow? Or, how should one achieve:

def my_step(): from ..utils import foo foo("bar")

  
  
Posted one year ago

Internal references are resolved only in decorator/function pipelines if I recall correctly

  
  
Posted one year ago
596 Views
7 Answers
one year ago
one year ago
Tags
Similar posts