3 references to CreateFastTreeBinary
Microsoft.ML.AutoML (1)
API\AutoCatalog.cs (1)
364res.Add(SweepableEstimatorFactory.CreateFastTreeBinary(fastTreeOption, fastTreeSearchSpace ?? new SearchSpace<FastTreeOption>(fastTreeOption)));
Microsoft.ML.AutoML.Tests (2)
SweepableEstimatorPipelineTest.cs (2)
131var fastTree = SweepableEstimatorFactory.CreateFastTreeBinary(new FastTreeOption()); 143var fastTree = SweepableEstimatorFactory.CreateFastTreeBinary(new FastTreeOption());