19 writes to PathsColumnName
Microsoft.ML.Samples (7)
Dynamic\Transforms\TreeFeaturization\FastForestBinaryFeaturizationWithOptions.cs (1)
66
PathsColumnName
= pathsColumnName,
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (1)
66
PathsColumnName
= pathsColumnName,
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
68
PathsColumnName
= pathsColumnName,
Dynamic\Transforms\TreeFeaturization\FastTreeRankingFeaturizationWithOptions.cs (1)
64
PathsColumnName
= pathsColumnName,
Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs (1)
66
PathsColumnName
= pathsColumnName,
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
66
PathsColumnName
= pathsColumnName,
Dynamic\Transforms\TreeFeaturization\PretrainedTreeEnsembleFeaturizationWithOptions.cs (1)
60
PathsColumnName
= pathsColumnName
Microsoft.ML.Tests (12)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (12)
263
PathsColumnName
= pathsColumnName
327
PathsColumnName
= "Paths",
372
PathsColumnName
= "Paths",
411
PathsColumnName
= "Paths",
450
PathsColumnName
= "Paths",
488
PathsColumnName
= "Paths",
526
PathsColumnName
= "Paths",
564
PathsColumnName
= "Paths",
602
PathsColumnName
= "Paths",
659
PathsColumnName
= "OhMyPaths"
731
PathsColumnName
= null,
790
PathsColumnName
= "Paths",
8 references to PathsColumnName
Microsoft.ML.FastTree (8)
TreeEnsembleFeaturizationEstimator.cs (6)
31
/// to columns called <see cref="TreesColumnName"/>, <see cref="LeavesColumnName"/>, and <see cref="
PathsColumnName
"/> in the output
55
/// If <see cref="
PathsColumnName
"/> is <see langword="null"/>, this output column may not be generated.
76
/// See <see cref="OptionsBase.
PathsColumnName
"/>.
90
if (options.TreesColumnName == null && options.LeavesColumnName == null && options.
PathsColumnName
== null)
91
throw Env.Except($"{nameof(OptionsBase.TreesColumnName)}, {nameof(OptionsBase.LeavesColumnName)}, and {nameof(OptionsBase.
PathsColumnName
)} cannot be all null at the same time. " +
97
PathsColumnName = options.
PathsColumnName
;
TreeEnsembleFeaturizationTransformer.cs (1)
36
/// See <see cref="TreeEnsembleFeaturizationEstimatorBase.OptionsBase.
PathsColumnName
"/>.
TreeEnsembleFeaturizer.cs (1)
62
/// See <see cref="TreeEnsembleFeaturizationEstimatorBase.OptionsBase.
PathsColumnName
"/>.