1 instantiation of FastTreeRegressionFeaturizationEstimator
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
500
return new
FastTreeRegressionFeaturizationEstimator
(env, options);
13 references to FastTreeRegressionFeaturizationEstimator
Microsoft.ML.FastTree (10)
TreeEnsembleFeaturizationEstimator.cs (4)
13
/// <see cref="FastForestBinaryFeaturizationEstimator"/>, <see cref="
FastTreeRegressionFeaturizationEstimator
"/>,
24
/// <see cref="
FastTreeRegressionFeaturizationEstimator
"/>, <see cref="FastForestRegressionFeaturizationEstimator"/>, and <see cref="PretrainedTreeFeaturizationEstimator"/>.
263
/// <seealso cref="TreeExtensions.FeaturizeByFastTreeRegression(TransformsCatalog,
FastTreeRegressionFeaturizationEstimator
.Options)"/>
269
/// Options for the <see cref="
FastTreeRegressionFeaturizationEstimator
"/>.
TreeTrainersCatalog.cs (6)
483
/// Create <see cref="
FastTreeRegressionFeaturizationEstimator
"/>, which uses <see cref="FastTreeRegressionTrainer"/> to train <see cref="TreeEnsembleModelParameters"/> to create tree-based features.
485
/// <param name="catalog">The context <see cref="TransformsCatalog"/> to create <see cref="
FastTreeRegressionFeaturizationEstimator
"/>.</param>
486
/// <param name="options">The options to configure <see cref="
FastTreeRegressionFeaturizationEstimator
"/>. See <see cref="
FastTreeRegressionFeaturizationEstimator
.Options"/> and
495
public static
FastTreeRegressionFeaturizationEstimator
FeaturizeByFastTreeRegression(this TransformsCatalog catalog,
496
FastTreeRegressionFeaturizationEstimator
.Options options)
Microsoft.ML.Samples (2)
Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs (2)
61
var options = new
FastTreeRegressionFeaturizationEstimator
.Options
71
var
pipeline = mlContext.Transforms.FeaturizeByFastTreeRegression(
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
445
var options = new
FastTreeRegressionFeaturizationEstimator
.Options()