Top "Rfe" questions

Recursive Feature Elimination.

Getting features in RFECV scikit-learn

Inspired by this: http://scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html#sphx-glr-auto-examples-feature-selection-plot-rfe-with-cross-validation-py I am …

python scikit-learn cross-validation rfe
R package, Caret RFE function, how to customize metric to use AUC?

I want to use AUC as the performance measure, but RFE only support RMSE, RSquared, Accuracy, Kappa. How can I …

r r-caret rfe