You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is hard to find which features are selected by model-driven feature selectors.
It would be easy to refactor _LearntSelectorMixin to have a mask_ property that stores the boolean mask of the selected features, and then use that in transform.
Possibly related to #4242.