4 references to CountTable
Microsoft.ML.Transforms (4)
Dracula\CountTargetEncodingTransformer.cs (4)
193
var builder = options.
CountTable
;
194
_host.CheckValue(builder, nameof(options.
CountTable
));
203
var builder = column.CountTable ?? options.
CountTable
;
204
_host.CheckValue(builder, nameof(options.
CountTable
));