1 instantiation of FastForestRegressionFeaturizationEstimator
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
479
return new
FastForestRegressionFeaturizationEstimator
(env, options);
16 references to FastForestRegressionFeaturizationEstimator
Microsoft.ML.FastTree (10)
TreeEnsembleFeaturizationEstimator.cs (4)
14
/// <see cref="
FastForestRegressionFeaturizationEstimator
"/>, and <see cref="PretrainedTreeFeaturizationEstimator"/>.
24
/// <see cref="FastTreeRegressionFeaturizationEstimator"/>, <see cref="
FastForestRegressionFeaturizationEstimator
"/>, and <see cref="PretrainedTreeFeaturizationEstimator"/>.
349
/// <seealso cref="TreeExtensions.FeaturizeByFastForestRegression(TransformsCatalog,
FastForestRegressionFeaturizationEstimator
.Options)"/>
355
/// Options for the <see cref="
FastForestRegressionFeaturizationEstimator
"/>.
TreeEnsembleFeaturizationTransformer.cs (1)
20
/// <see cref="
FastForestRegressionFeaturizationEstimator
"/>.
TreeTrainersCatalog.cs (5)
462
/// Create <see cref="
FastForestRegressionFeaturizationEstimator
"/>, which uses <see cref="FastForestRegressionTrainer"/> to train <see cref="TreeEnsembleModelParameters"/> to create tree-based features.
465
/// <param name="options">The options to configure <see cref="
FastForestRegressionFeaturizationEstimator
"/>. See <see cref="
FastForestRegressionFeaturizationEstimator
.Options"/> and
474
public static
FastForestRegressionFeaturizationEstimator
FeaturizeByFastForestRegression(this TransformsCatalog catalog,
475
FastForestRegressionFeaturizationEstimator
.Options options)
Microsoft.ML.Samples (2)
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (2)
61
var options = new
FastForestRegressionFeaturizationEstimator
.Options
71
var
pipeline = mlContext.Transforms.FeaturizeByFastForestRegression(
Microsoft.ML.Tests (4)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (4)
483
var options = new
FastForestRegressionFeaturizationEstimator
.Options()
597
var options = new
FastForestRegressionFeaturizationEstimator
.Options()
653
var options = new
FastForestRegressionFeaturizationEstimator
.Options()
785
var options = new
FastForestRegressionFeaturizationEstimator
.Options()