7 references to CreateFastForestBinary
Microsoft.ML.AutoML (1)
API\AutoCatalog.cs (1)
373
res.Add(SweepableEstimatorFactory.
CreateFastForestBinary
(fastForestOption, fastForestSearchSpace ?? new SearchSpace<FastForestOption>(fastForestOption)));
Microsoft.ML.AutoML.Tests (6)
SweepableExtensionTest.cs (6)
51
var pipeline = estimator.Append(SweepableEstimatorFactory.
CreateFastForestBinary
(new FastForestOption()));
59
var estimator = SweepableEstimatorFactory.
CreateFastForestBinary
(new FastForestOption());
69
var estimator = SweepableEstimatorFactory.
CreateFastForestBinary
(new FastForestOption());
120
var pipeline = SweepableEstimatorFactory.
CreateFastForestBinary
(new FastForestOption())
188
var pipeline = estimator.Append(SweepableEstimatorFactory.
CreateFastForestBinary
(new FastForestOption()), SweepableEstimatorFactory.
CreateFastForestBinary
(new FastForestOption()));