19 writes to PathsColumnName
Microsoft.ML.Samples (7)
Dynamic\Transforms\TreeFeaturization\FastForestBinaryFeaturizationWithOptions.cs (1)
66PathsColumnName = pathsColumnName,
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (1)
66PathsColumnName = pathsColumnName,
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
68PathsColumnName = pathsColumnName,
Dynamic\Transforms\TreeFeaturization\FastTreeRankingFeaturizationWithOptions.cs (1)
64PathsColumnName = pathsColumnName,
Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs (1)
66PathsColumnName = pathsColumnName,
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
66PathsColumnName = pathsColumnName,
Dynamic\Transforms\TreeFeaturization\PretrainedTreeEnsembleFeaturizationWithOptions.cs (1)
60PathsColumnName = pathsColumnName
Microsoft.ML.Tests (12)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (12)
263PathsColumnName = pathsColumnName 327PathsColumnName = "Paths", 372PathsColumnName = "Paths", 411PathsColumnName = "Paths", 450PathsColumnName = "Paths", 488PathsColumnName = "Paths", 526PathsColumnName = "Paths", 564PathsColumnName = "Paths", 602PathsColumnName = "Paths", 659PathsColumnName = "OhMyPaths" 731PathsColumnName = null, 790PathsColumnName = "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"/>. 90if (options.TreesColumnName == null && options.LeavesColumnName == null && options.PathsColumnName == null) 91throw Env.Except($"{nameof(OptionsBase.TreesColumnName)}, {nameof(OptionsBase.LeavesColumnName)}, and {nameof(OptionsBase.PathsColumnName)} cannot be all null at the same time. " + 97PathsColumnName = options.PathsColumnName;
TreeEnsembleFeaturizationTransformer.cs (1)
36/// See <see cref="TreeEnsembleFeaturizationEstimatorBase.OptionsBase.PathsColumnName"/>.
TreeEnsembleFeaturizer.cs (1)
62/// See <see cref="TreeEnsembleFeaturizationEstimatorBase.OptionsBase.PathsColumnName"/>.