4 references to FastTreeTweedieTrainer
Microsoft.ML.FastTree (4)
FastTreeArguments.cs (1)
210
ITrainer IComponentFactory<ITrainer>.CreateComponent(IHostEnvironment env) => new
FastTreeTweedieTrainer
(env, this);
FastTreeTweedie.cs (1)
578
() => new
FastTreeTweedieTrainer
(host, input),
TreeEnsembleFeaturizationEstimator.cs (1)
459
var trainer = new
FastTreeTweedieTrainer
(Env, _trainerOptions);
TreeTrainersCatalog.cs (1)
333
return new
FastTreeTweedieTrainer
(env, options);