1 instantiation of FastTreeTweedieFeaturizationEstimator
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
584return new FastTreeTweedieFeaturizationEstimator(env, options);
11 references to FastTreeTweedieFeaturizationEstimator
Microsoft.ML.FastTree (8)
TreeEnsembleFeaturizationEstimator.cs (2)
435/// <seealso cref="TreeExtensions.FeaturizeByFastTreeTweedie(TransformsCatalog, FastTreeTweedieFeaturizationEstimator.Options)"/> 441/// Options for the <see cref="FastTreeTweedieFeaturizationEstimator"/>.
TreeTrainersCatalog.cs (6)
567/// Create <see cref="FastTreeTweedieFeaturizationEstimator"/>, which uses <see cref="FastTreeTweedieTrainer"/> to train <see cref="TreeEnsembleModelParameters"/> to create tree-based features. 569/// <param name="catalog">The context <see cref="TransformsCatalog"/> to create <see cref="FastTreeTweedieFeaturizationEstimator"/>.</param> 570/// <param name="options">The options to configure <see cref="FastTreeTweedieFeaturizationEstimator"/>. See <see cref="FastTreeTweedieFeaturizationEstimator.Options"/> and 579public static FastTreeTweedieFeaturizationEstimator FeaturizeByFastTreeTweedie(this TransformsCatalog catalog, 580FastTreeTweedieFeaturizationEstimator.Options options)
Microsoft.ML.Samples (2)
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (2)
61var options = new FastTreeTweedieFeaturizationEstimator.Options 71var pipeline = mlContext.Transforms.FeaturizeByFastTreeTweedie(
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
521var options = new FastTreeTweedieFeaturizationEstimator.Options()