1 instantiation of FastTreeRegressionFeaturizationEstimator
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
500return 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 495public static FastTreeRegressionFeaturizationEstimator FeaturizeByFastTreeRegression(this TransformsCatalog catalog, 496FastTreeRegressionFeaturizationEstimator.Options options)
Microsoft.ML.Samples (2)
Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs (2)
61var options = new FastTreeRegressionFeaturizationEstimator.Options 71var pipeline = mlContext.Transforms.FeaturizeByFastTreeRegression(
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
445var options = new FastTreeRegressionFeaturizationEstimator.Options()