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);