4 references to FastTreeTweedie
Microsoft.ML.FastTree (1)
FastTreeTweedie.cs (1)
60/// <seealso cref="TreeExtensions.FastTreeTweedie(RegressionCatalog.RegressionTrainers, string, string, string, int, int, int, double)"/>
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\FastTreeTweedie.cs (1)
30var pipeline = mlContext.Regression.Trainers.FastTreeTweedie(
Microsoft.ML.Tests (2)
FeatureContributionTests.cs (1)
77TestFeatureContribution(ML.Regression.Trainers.FastTreeTweedie(), GetSparseDataset(numberOfInstances: 100), "FastTreeTweedieRegression");
OnnxConversionTest.cs (1)
192mlContext.Regression.Trainers.FastTreeTweedie("Target", "FeatureVector"),