evalml icon indicating copy to clipboard operation
evalml copied to clipboard

Refactoring `ColumnSelector` and subclasses

Open eccabay opened this issue 3 years ago • 0 comments

With the addition of the SelectByType transformer in #2531, it came up that having SelectByType inherit from ColumnSelector doesn't add much value at this point. However, it makes logical sense to have all transformers designed to select columns inherit from the same class, so we may want to refactor ColumnSelector to be more general.

eccabay avatar Jul 30 '21 17:07 eccabay