Pipeline Anova SVM
  • References/Python/scikit-learn/Examples/Feature Selection

Simple usage of Pipeline that runs successively a univariate feature selection with anova and then a C-SVM of the selected features.

2025-01-10 15:47:30
Recursive feature elimination with cross-validation
  • References/Python/scikit-learn/Examples/Feature Selection

A recursive feature elimination example with automatic tuning of the number of features selected with cross-validation.

2025-01-10 15:47:30
Test with permutations the significance of a classification score
  • References/Python/scikit-learn/Examples/Feature Selection

In order to test if a classification score is significative a technique in repeating the classification procedure after randomizing

2025-01-10 15:47:30
Feature selection using SelectFromModel and LassoCV
  • References/Python/scikit-learn/Examples/Feature Selection

Use SelectFromModel meta-transformer along with Lasso to select the best couple of features from the Boston dataset.

2025-01-10 15:47:30
Comparison of F-test and mutual information
  • References/Python/scikit-learn/Examples/Feature Selection

This example illustrates the differences between univariate F-test statistics and mutual information. We consider 3 features x_1, x_2, x_3

2025-01-10 15:47:30
Univariate Feature Selection
  • References/Python/scikit-learn/Examples/Feature Selection

An example showing univariate feature selection. Noisy (non informative) features are added to the iris data and univariate feature selection is applied

2025-01-10 15:47:30
Recursive feature elimination
  • References/Python/scikit-learn/Examples/Feature Selection

A recursive feature elimination example showing the relevance of pixels in a digit classification task.

2025-01-10 15:47:30