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 Have A Pipeline Designed Whenever I Run That All The Steps Will Be Present In All Experiment But I Want That To Be In The Project That I Have Specified Can Anyone Help Me With This

hi,
I have a pipeline designed
whenever I run that all the steps will be present in all experiment
but i want that to be in the project that i have specified
can anyone help me with this

  
  
Posted one year ago
Votes Newest

Answers 5


Yes you can, see the examples here 🙂
None

  
  
Posted one year ago

Hi @<1643060818490691584:profile|MagnificentHedgehong41> , did you specify a project name? You can go into settings and enable showing hidden projects/experiments and then you will be able to see the pipeline steps in projects as well

  
  
Posted one year ago

Yes. Run all the pipelines examples and see how the parameters are added via code to the controller.

For example:
None

  
  
Posted one year ago

@<1523701070390366208:profile|CostlyOstrich36> if you want to trigger the pipeline from UI
and you want to change the test_size in step_two part of the pipeline,
is there any way to do that from UI

  
  
Posted one year ago

when we run a pipeline how can we change PARAMETERS of a part of pipeline
i am getting on PARAMETERS of pipeline not the component
@<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted one year ago
806 Views
5 Answers
one year ago
one year ago
Tags
Similar posts