1 reference to FastForestRegressionTrainer
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
363
return new
FastForestRegressionTrainer
(env, labelColumnName, featureColumnName, exampleWeightColumnName, numberOfLeaves, numberOfTrees, minimumExampleCountPerLeaf);