filmov
tv
Recursive feature elimination with Feature-engine

Показать описание
In this video, we show how to implement Recursive Feature Elimination (RFE) with Feature-engine. RFE consists of removing 1 feature at a time, and evaluating the drop in model performance. If the model performance drops beyond a certain threshold, then the feature is kept, alternatively, it is removed.