✳flâneur — a map of the web's best reading
sklearn.feature_selection.RFE — scikit-learn 1.3.0 documentation
scikit-learn.org · 1,759 words · saved by 1 readers
Examples using sklearn.feature_selection.RFE: Recursive feature elimination
RFE # class sklearn.feature_selection. RFE ( estimator , * , n_features_to_select = None , step = 1 , verbose = 0 , importance_getter = 'auto' ) [source] # Feature ranking with recursive feature elimination. Given an external estimator that assigns weights to features (e.g., the coefficients of a linear model), the goal of recursive feature elimination (RFE) is to select features by recursively considering smaller and smaller sets of features. First, the estimator is trained on the initial set of features and the importance of each feature is obtained either through any specific attribute or c
Explore this link on the map →saved by
related reading
- MRMR - Minimum Redundancy Maximum Relevance — 1.8.3feature-engine.trainindata.com
- Minimum redundancy feature selection - Wikipediaen.wikipedia.org
- Random forest - Wikipediaen.wikipedia.org
- Top 10 Machine Learning Algorithms in 2026 - Analytics Vidhyaanalyticsvidhya.com
- GitHub - google-research/tuning_playbook: A playbook for systematically maximizing the performance of deep learning models. · GitHubgithub.com
- Interestingness First Classifiers | Data Processing Clubdata-processing.club
- GitHub - xai-org/x-algorithm: Algorithm powering the For You feed on X · GitHubgithub.com
- DataRater: Meta-Learned Dataset Curationarxiv.org
- 10. Feature selection — Single-cell best practicessc-best-practices.org
- Rerankers and Two-Stage Retrieval | Pineconepinecone.io
- ensemble-methods-notebooks/Ch1.3-fit-vs-complexity.ipynb at master · gkunapuli/ensemble-methods-notebooks · GitHubgithub.com
- What Is Ridge Regression? | IBMibm.com