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