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)
71var pipeline = mlContext.Transforms.FeaturizeByFastForestRegression(
Microsoft.ML.Tests (5)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (5)
492var pipeline = ML.Transforms.FeaturizeByFastForestRegression(options) 606var pipeline = ML.Transforms.FeaturizeByFastForestRegression(options) 663.Append(ML.Transforms.FeaturizeByFastForestRegression(options)) 695.Append(ML.Transforms.FeaturizeByFastForestRegression(options)) 805.Append(ML.Transforms.FeaturizeByFastForestRegression(options))