SVM-Anova
  • References/Python/scikit-learn/Examples/Support Vector Machines

This example shows how to perform univariate feature selection before running a SVC (support vector classifier) to improve the classification

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
Sparse coding with a precomputed dictionary
  • References/Python/scikit-learn/Examples/Decomposition

Transform a signal as a sparse combination of Ricker wavelets. This example visually compares different sparse coding methods using the

2025-01-10 15:47:30
Nested versus non-nested cross-validation
  • References/Python/scikit-learn/Examples/Model Selection

This example compares non-nested and nested cross-validation strategies on a classifier of the iris data set. Nested cross-validation (CV) is often

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
Biclustering documents with the Spectral Co-clustering algorithm
  • References/Python/scikit-learn/Examples/Biclustering

This example demonstrates the Spectral Co-clustering algorithm on the twenty newsgroups dataset. The ?comp.os.ms-windows.misc

2025-01-10 15:47:30
Plotting Validation Curves
  • References/Python/scikit-learn/Examples/Model Selection

In this plot you can see the training scores and validation scores of an SVM for different values of the kernel parameter gamma. For very low values of gamma, you

2025-01-10 15:47:30
Normal and Shrinkage Linear Discriminant Analysis for classification
  • References/Python/scikit-learn/Examples/Classification

Shows how shrinkage improves classification.

2025-01-10 15:47:30
A demo of the Spectral Co-Clustering algorithm
  • References/Python/scikit-learn/Examples/Biclustering

This example demonstrates how to generate a dataset and bicluster it using the Spectral Co-Clustering algorithm. The dataset is generated

2025-01-10 15:47:30
Digits Classification Exercise
  • References/Python/scikit-learn/Examples/Tutorial exercises

A tutorial exercise regarding the use of classification techniques on the Digits dataset. This exercise is used in the

2025-01-10 15:47:30