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