8000 Improvements of the RFE module. · NelleV/scikit-learn@c60d88f · GitHub
[go: up one dir, main page]

Skip to content

Commit c60d88f

Browse files
committed
Improvements of the RFE module.
This commit includes the following list of changes: - Documentation has been enhanced and completed. - Examples have been added. - The `percentage` (float) parameter has become `step` (int or float), and indicates the number of features to remove at each iteration (int), or the percentage of features to remove (float) with respect to the original number of features. - Exactly `n_features_to_select` are now always selected. It may not always have been the case before, as too many features could have been removed at a time in the last step of the elimination. - The `ranking_` attribute is now a proper ranking of the features (i.e., best features are ranked #1). - The code of `RFECV` has been made simpler. - The `cv` argument of RFECV.fit has been moved into the constructor and is now passed through `check_cv`. - Tests.
1 parent 1e8e061 commit c60d88f

File tree

2 files changed

+223
-148
lines changed

2 files changed

+223
-148
lines changed

0 commit comments

Comments
 (0)
0