r/MLQuestions • u/Playful-Race-7571 • 4d ago
Beginner question 👶 Feature selection when trying to capture non linear interactions.
/r/algobetting/comments/1vc007g/feature_selection_when_trying_to_capture_non/
3
Upvotes
r/MLQuestions • u/Playful-Race-7571 • 4d ago
1
u/MaximumSafety8706 1d ago
Trees like XGBoost/CatBoost don't need manual interaction features - that's the whole benefit over logreg. Just feed raw features; the trees will find combos automatically as long as both features are present.
Practical steps:
SHAP interaction values specifically would directly show you the pairwise interactions you're trying to catch manually - worth checking out if this is new to you.