3 references to FastForestRegressionTrainer
Microsoft.ML.FastTree (3)
RandomForestRegression.cs (1)
603
() => new
FastForestRegressionTrainer
(host, input),
TreeEnsembleFeaturizationEstimator.cs (1)
373
var trainer = new
FastForestRegressionTrainer
(Env, _trainerOptions);
TreeTrainersCatalog.cs (1)
385
return new
FastForestRegressionTrainer
(env, options);