TreeEnsembleFeaturizationEstimatorBase.OptionsBase.PathsColumnName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The 0-1 encoding of the paths to the leaves. If the path to the first tree's leaf is node 1 (2nd node in the first tree),
node 3 (4th node in the first tree), and node 5 (6th node in the first tree), the 2nd, 4th, and 6th element in that encoding
would be 1.
If PathsColumnName is null
, this output column may not be generated.
public string PathsColumnName;
val mutable PathsColumnName : string
Public PathsColumnName As String