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
Plot multi-class SGD on the iris dataset
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Plot decision surface of multi-class SGD on iris dataset. The hyperplanes corresponding to the three one-versus-all (OVA) classifiers are represented

2025-01-10 15:47:30
Ordinary Least Squares and Ridge Regression Variance
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Due to the few points in each dimension and the straight line that linear regression uses to follow these points as well as it can, noise

2025-01-10 15:47:30
Plot class probabilities calculated by the VotingClassifier
  • References/Python/scikit-learn/Examples/Ensemble methods

Plot the class probabilities of the first sample in a toy dataset predicted by three different classifiers and averaged by the

2025-01-10 15:47:30
Receiver Operating Characteristic
  • References/Python/scikit-learn/Examples/Model Selection

Example of Receiver Operating Characteristic (ROC) metric to evaluate classifier output quality. ROC curves typically feature true positive rate

2025-01-10 15:47:30
A demo of K-Means clustering on the handwritten digits data
  • References/Python/scikit-learn/Examples/Clustering

In this example we compare the various initialization strategies for K-means in terms of runtime and quality of the results.

2025-01-10 15:47:30
Kernel Density Estimation
  • References/Python/scikit-learn/Examples/Nearest Neighbors

This example shows how kernel density estimation (KDE), a powerful non-parametric density estimation technique, can be used to learn a generative model for a dataset

2025-01-10 15:47:30
Gradient Boosting regularization
  • References/Python/scikit-learn/Examples/Ensemble methods

Illustration of the effect of different regularization strategies for Gradient Boosting. The example is taken from Hastie et al 2009. The loss function

2025-01-10 15:47:30
Simple 1D Kernel Density Estimation
  • References/Python/scikit-learn/Examples/Nearest Neighbors

This example uses the

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