2 references to ColumnCopyingEstimator
Microsoft.ML.Data (1)
Transforms\ExtensionsCatalog.cs (1)
75=> new ColumnCopyingEstimator(CatalogUtils.GetEnvironment(catalog), outputColumnName, inputColumnName);
Microsoft.ML.Tests (1)
Transformers\CopyColumnEstimatorTests.cs (1)
140var est = new ColumnCopyingEstimator(env, "T1", "T");