4 references to Append
Microsoft.ML.AutoML.Samples (1)
Sweepable\SweepableLightGBMBinaryExperiment.cs (1)
55
var pipeline = new EstimatorChain<ITransformer>().
Append
(lgbm);
Microsoft.ML.AutoML.Tests (3)
SweepableExtensionTest.cs (3)
51
var pipeline = estimator.
Append
(SweepableEstimatorFactory.CreateFastForestBinary(new FastForestOption()));
134
.
Append
(SweepableEstimatorFactory.CreateFeaturizeText(new FeaturizeTextOption()))
148
.
Append
(SweepableEstimatorFactory.CreateFeaturizeText(new FeaturizeTextOption()))