TreeEnsembleFeaturizationEstimatorBase.OptionsBase.PathsColumnName Field

Definition

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 

Field Value

Applies to