1 instantiation of FastForestRegressionFeaturizationEstimator
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
479return 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 474public static FastForestRegressionFeaturizationEstimator FeaturizeByFastForestRegression(this TransformsCatalog catalog, 475FastForestRegressionFeaturizationEstimator.Options options)
Microsoft.ML.Samples (2)
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (2)
61var options = new FastForestRegressionFeaturizationEstimator.Options 71var pipeline = mlContext.Transforms.FeaturizeByFastForestRegression(
Microsoft.ML.Tests (4)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (4)
483var options = new FastForestRegressionFeaturizationEstimator.Options() 597var options = new FastForestRegressionFeaturizationEstimator.Options() 653var options = new FastForestRegressionFeaturizationEstimator.Options() 785var options = new FastForestRegressionFeaturizationEstimator.Options()