4 references to Append
Microsoft.ML.AutoML (1)
SweepableEstimator\MultiModelPipeline.cs (1)
56
return
Append
(entity);
Microsoft.ML.AutoML.Tests (3)
SweepableEstimatorPipelineTest.cs (3)
84
pipeline1 = pipeline1.
Append
(e1 + e2 * e3);
85
pipeline2 = pipeline2.
Append
(e1 * (e3 + e4) + e5);
148
pipeline = pipeline.
Append
(lightGbm + fastTree);