7 references to FastTree
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
64
/// <seealso cref="TreeExtensions.
FastTree
(RankingCatalog.RankingTrainers, string, string, string, string, int, int, int, double)"/>
Microsoft.ML.Samples (3)
Dynamic\Trainers\Ranking\FastTree.cs (1)
30
var pipeline = mlContext.Ranking.Trainers.
FastTree
();
Dynamic\Trainers\Ranking\PermutationFeatureImportance.cs (1)
33
.Append(mlContext.Ranking.Trainers.
FastTree
());
Dynamic\Trainers\Ranking\PermutationFeatureImportanceLoadFromDisk.cs (1)
35
.Append(mlContext.Ranking.Trainers.
FastTree
());
Microsoft.ML.Tests (3)
FeatureContributionTests.cs (1)
110
TestFeatureContribution(ML.Ranking.Trainers.
FastTree
(), GetSparseDataset(TaskType.Ranking, 100), "FastTreeRanking");
PermutationFeatureImportanceTests.cs (2)
676
var model = ML.Ranking.Trainers.
FastTree
().Fit(data);
745
var model = ML.Ranking.Trainers.
FastTree
().Fit(data);