1 instantiation of PretrainedTreeFeaturizationEstimator
Microsoft.ML.FastTree (1)
TreeTrainersCatalog.cs (1)
458
return new
PretrainedTreeFeaturizationEstimator
(env, options);
18 references to PretrainedTreeFeaturizationEstimator
Microsoft.ML.FastTree (13)
TreeEnsembleFeaturizationEstimator.cs (6)
14
/// <see cref="FastForestRegressionFeaturizationEstimator"/>, and <see cref="
PretrainedTreeFeaturizationEstimator
"/>.
24
/// <see cref="FastTreeRegressionFeaturizationEstimator"/>, <see cref="FastForestRegressionFeaturizationEstimator"/>, and <see cref="
PretrainedTreeFeaturizationEstimator
"/>.
120
/// <see cref="
PretrainedTreeFeaturizationEstimator
"/> adds three float-vector columns into <paramref name="inputSchema"/>.
126
/// <returns>Output <see cref="SchemaShape"/> produced by <see cref="
PretrainedTreeFeaturizationEstimator
"/>.</returns>
178
/// <seealso cref="TreeExtensions.FeaturizeByPretrainTreeEnsemble(TransformsCatalog,
PretrainedTreeFeaturizationEstimator
.Options)"/>
182
/// <see cref="Options"/> of <see cref="
PretrainedTreeFeaturizationEstimator
"/> as
TreeTrainersCatalog.cs (7)
441
/// Create <see cref="
PretrainedTreeFeaturizationEstimator
"/>, which produces tree-based features given a <see cref="TreeEnsembleModelParameters"/>.
443
/// <param name="catalog">The context <see cref="TransformsCatalog"/> to create <see cref="
PretrainedTreeFeaturizationEstimator
"/>.</param>
444
/// <param name="options">The options to configure <see cref="
PretrainedTreeFeaturizationEstimator
"/>. See <see cref="
PretrainedTreeFeaturizationEstimator
.Options"/> and
453
public static
PretrainedTreeFeaturizationEstimator
FeaturizeByPretrainTreeEnsemble(this TransformsCatalog catalog,
454
PretrainedTreeFeaturizationEstimator
.Options options)
464
/// <param name="catalog">The context <see cref="TransformsCatalog"/> to create <see cref="
PretrainedTreeFeaturizationEstimator
"/>.</param>
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\PretrainedTreeEnsembleFeaturizationWithOptions.cs (1)
54
var options = new
PretrainedTreeFeaturizationEstimator
.Options()
Microsoft.ML.Tests (4)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (4)
227
/// A test of <see cref="
PretrainedTreeFeaturizationEstimator
"/>.
257
var options = new
PretrainedTreeFeaturizationEstimator
.Options()
293
/// 2. Then, it creates the a <see cref="
PretrainedTreeFeaturizationEstimator
"/> from the trained <see cref="FastTreeBinaryModelParameters"/>.
322
var options = new
PretrainedTreeFeaturizationEstimator
.Options()