Robert Kwiatkowski
04/01/2025, 7:39 AMpipeline_1
if condition A is True, and pipeline_2
if condition B is True?Huong Nguyen
04/01/2025, 9:08 AMRobert Kwiatkowski
04/01/2025, 9:23 AMpipeline_0
which prepares data and checks the size of a sample.
2. An train&inference part where
a. if a sample is bigger than a given threshold I want to use a pipeline_1a
which trains a ML model
b. if the sample size is smaller than a threshold I want to use rule-based, statistical method defined in pipeline_1b
.Huong Nguyen
04/01/2025, 9:51 AMHuong Nguyen
04/01/2025, 12:39 PMRobert Kwiatkowski
04/01/2025, 2:16 PM