Share via


TreeEnsembleFeaturizationEstimatorBase.OptionsBase.InputColumnName Field

Definition

The name of feature column in the IDataView when calling Fit(IDataView). The column type must be a vector of Single. The column called InputColumnName would be mapped to columns called TreesColumnName, LeavesColumnName, and PathsColumnName in the output of TreeEnsembleFeaturizationEstimatorBase and its derived classes. Note that Microsoft.ML.Trainers.FastTree.TreeEnsembleFeaturizationEstimatorBase.FeatureColumnName is not necessary to be the same as the feature column used to train the underlying tree model.

public string InputColumnName;
val mutable InputColumnName : string
Public InputColumnName As String 

Field Value

Applies to