5 references to FeaturizeByFastTreeBinary
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizationEstimator.cs (1)
220
/// <seealso cref="TreeExtensions.
FeaturizeByFastTreeBinary
(TransformsCatalog, FastTreeBinaryFeaturizationEstimator.Options)"/>
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
73
var pipeline = mlContext.Transforms.
FeaturizeByFastTreeBinary
(
Microsoft.ML.Tests (3)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (3)
376
var pipeline = ML.Transforms.
FeaturizeByFastTreeBinary
(options)
739
var wrongPipeline = ML.Transforms.
FeaturizeByFastTreeBinary
(options)
750
var pipeline = ML.Transforms.
FeaturizeByFastTreeBinary
(options)