2 references to Append
Microsoft.ML.AutoML.Tests (2)
SweepableExtensionTest.cs (2)
175
.
Append
(context.Auto().MultiClassification().Estimators.Select(kv => kv.Value).ToArray());
188
var pipeline = estimator.
Append
(SweepableEstimatorFactory.CreateFastForestBinary(new FastForestOption()), SweepableEstimatorFactory.CreateFastForestBinary(new FastForestOption()));