1 reference to FastTreeRankingTrainer
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
157return new FastTreeRankingTrainer(env, labelColumnName, featureColumnName, rowGroupColumnName, exampleWeightColumnName, numberOfLeaves, numberOfTrees, minimumExampleCountPerLeaf, learningRate);