Recursive feature elimination with Python
--
Recursive feature elimination (RFE) is the process of selecting features sequentially, in which features are removed one at a time, or a few at a time, iteration after iteration.
Given a machine learning model, the goal of recursive feature elimination is to select features by recursively considering smaller and smaller sets of features.