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