7 references to FeaturizeByFastForestRegression
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizationEstimator.cs (1)
349
/// <seealso cref="TreeExtensions.
FeaturizeByFastForestRegression
(TransformsCatalog, FastForestRegressionFeaturizationEstimator.Options)"/>
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (1)
71
var pipeline = mlContext.Transforms.
FeaturizeByFastForestRegression
(
Microsoft.ML.Tests (5)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (5)
492
var pipeline = ML.Transforms.
FeaturizeByFastForestRegression
(options)
606
var pipeline = ML.Transforms.
FeaturizeByFastForestRegression
(options)
663
.Append(ML.Transforms.
FeaturizeByFastForestRegression
(options))
695
.Append(ML.Transforms.
FeaturizeByFastForestRegression
(options))
805
.Append(ML.Transforms.
FeaturizeByFastForestRegression
(options))