5 references to LabelColumn
Microsoft.ML.Transforms (5)
Dracula\CountTargetEncodingTransformer.cs (5)
171
_host.CheckUserArg(!string.IsNullOrWhiteSpace(options.
LabelColumn
), nameof(options.
LabelColumn
), "Must specify the label column name");
175
_countTableEstimator = LoadFromFile(env, options.InitialCountsModel, options.
LabelColumn
,
195
_countTableEstimator = new CountTableEstimator(_host, options.
LabelColumn
, builder.CreateComponent(_host), columns);
213
_countTableEstimator = new CountTableEstimator(_host, options.
LabelColumn
, columns);