`SequentialFeatureSelector` is slow. With 13 features, 5-fold CV, and a gradient boosted model, forward selection trains 13 + 12 + 11 + ... + 6 = 57 model-CV combinations = 285 model fits. With 50 features, that number explodes. Use forward selection sparingly, and only after filter methods have nar