2 references to FastForestBinaryTrainer
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
1529
var fastForest = new
FastForestBinaryTrainer
(Env, "Label", "Features");
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
415
return new
FastForestBinaryTrainer
(env, labelColumnName, featureColumnName, exampleWeightColumnName, numberOfLeaves, numberOfTrees, minimumExampleCountPerLeaf);