smartcore
smartcore copied to clipboard
Implement Recursive Feature Elimination (RFE) algorithm
Implement RFE. Match Scikit Learn's implementation.
These are parameters we should support:
-
estimator -
n_features_to_select -
step -
verbose
@VolodymyrOrlov I'd like to try this issue!