Variable Selection Reduction
Sequential Forward Selection (SFS)
Greedy algorithm that iteratively adds the feature that most improves model performance, starting from an empty set until reaching the desired number of variables.
← Zurück