3 references to ColumnSelectingEstimator
Microsoft.ML.Data (3)
Transforms\ColumnSelecting.cs (2)
81: this(env, keepColumns, null, Defaults.KeepHidden, Defaults.IgnoreMissing) 124return new ColumnSelectingEstimator(env, null, columnsToDrop);
Transforms\ExtensionsCatalog.cs (1)
153=> new ColumnSelectingEstimator(CatalogUtils.GetEnvironment(catalog),