6 references to FastTreeTweedie
Microsoft.ML.AutoML (2)
SweepableEstimator\Estimators\FastTree.cs (1)
74return context.Regression.Trainers.FastTreeTweedie(option);
TrainerExtensions\RegressionTrainerExtensions.cs (1)
71return mlContext.Regression.Trainers.FastTreeTweedie(options);
Microsoft.ML.FastTree (1)
FastTreeTweedie.cs (1)
61/// <seealso cref="TreeExtensions.FastTreeTweedie(RegressionCatalog.RegressionTrainers, FastTreeTweedieTrainer.Options)"/>
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\FastTreeTweedieWithOptions.cs (1)
47mlContext.Regression.Trainers.FastTreeTweedie(options);
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEstimators.cs (2)
271var trainer = ML.Regression.Trainers.FastTreeTweedie( 945var trainer = ML.Regression.Trainers.FastTreeTweedie(