1 instantiation of FastTreeTweedieRegression
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
101
return new
FastTreeTweedieRegression
(defaultOption, searchSpace);
1 reference to FastTreeTweedieRegression
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
95
public static
FastTreeTweedieRegression
CreateFastTreeTweedieRegression(FastTreeOption defaultOption, SearchSpace<FastTreeOption> searchSpace = null)