1 instantiation of FastForestRegression
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
65
return new
FastForestRegression
(defaultOption, searchSpace);
1 reference to FastForestRegression
Microsoft.ML.AutoML (1)
SweepableEstimatorFactory.cs (1)
59
public static
FastForestRegression
CreateFastForestRegression(FastForestOption defaultOption, SearchSpace<FastForestOption> searchSpace = null)