3 references to LabelColumn
Microsoft.ML.Transforms (3)
Dracula\CountTableTransformer.cs (3)
472estimator = CountTargetEncodingEstimator.LoadFromFile(env, options.InitialCountsModel, options.LabelColumn, 493estimator = new CountTableEstimator(env, options.LabelColumn, columnOptions); 511estimator = new CountTableEstimator(env, options.LabelColumn, builder.CreateComponent(env), columnOptions);