10 references to FastTree
Microsoft.ML.FastTree (1)
FastTreeRegression.cs (1)
55/// <seealso cref="TreeExtensions.FastTree(RegressionCatalog.RegressionTrainers, string, string, string, int, int, int, double)"/>
Microsoft.ML.IntegrationTests (3)
Explainability.cs (3)
39.Append(mlContext.Regression.Trainers.FastTree()); 121.Append(mlContext.Regression.Trainers.FastTree()); 212.Append(mlContext.Regression.Trainers.FastTree());
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\FastTree.cs (1)
30var pipeline = mlContext.Regression.Trainers.FastTree(
Microsoft.ML.Tests (5)
FeatureContributionTests.cs (1)
65TestFeatureContribution(ML.Regression.Trainers.FastTree(), GetSparseDataset(numberOfInstances: 100), "FastTreeRegression");
OnnxConversionTest.cs (1)
191mlContext.Regression.Trainers.FastTree("Target", "FeatureVector"),
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (3)
353.Append(context.Regression.Trainers.FastTree()); 428.Append(context.Regression.Trainers.FastTree()); 464.Append(context.Regression.Trainers.FastTree(labelColumnName: "MedianHomeValue"));