Feature Engineering
Feature Selection component
Keep only the most informative features in your dataset using statistical tests, model-based importance, and recursive feature elimination methods.
The Feature Selection component removes irrelevant or redundant features. Fewer, better features typically lead to faster training and more generalizable models.