1 instantiation of FastTreeRegression
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
92return new FastTreeRegression(defaultOption, searchSpace);
1 reference to FastTreeRegression
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
86public static FastTreeRegression CreateFastTreeRegression(FastTreeOption defaultOption, SearchSpace<FastTreeOption> searchSpace = null)