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