1 write to _host
Microsoft.ML.Transforms (1)
MissingValueReplacing.cs (1)
1026_host = env.Register(nameof(MissingValueReplacingEstimator));
4 references to _host
Microsoft.ML.Transforms (4)
MissingValueReplacing.cs (4)
1036_host.CheckValue(inputSchema, nameof(inputSchema)); 1041throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName); 1044throw _host.ExceptParam(nameof(inputSchema), reason); 1061public MissingValueReplacingTransformer Fit(IDataView input) => new MissingValueReplacingTransformer(_host, input, _columns);