Lasso and Elastic Net for Sparse Signals
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Estimates Lasso and Elastic-Net regression models on a manually generated sparse signal corrupted with an additive noise. Estimated coefficients are

2025-01-10 15:47:30
Imputing missing values before building an estimator
  • References/Python/scikit-learn/Examples/General examples

This example shows that imputing the missing values can give better results than discarding the samples containing any missing value. Imputing

2025-01-10 15:47:30
IsolationForest example
  • References/Python/scikit-learn/Examples/Ensemble methods

An example using IsolationForest for anomaly detection. The IsolationForest ?isolates? observations by randomly selecting a feature and then randomly selecting

2025-01-10 15:47:30
Manifold learning on handwritten digits
  • References/Python/scikit-learn/Examples/Manifold learning

An illustration of various embeddings on the digits dataset. The RandomTreesEmbedding, from the

2025-01-10 15:47:30
Plot Ridge coefficients as a function of the regularization
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Shows the effect of collinearity in the coefficients of an estimator.

2025-01-10 15:47:30
Ledoit-Wolf vs OAS estimation
  • References/Python/scikit-learn/Examples/Covariance estimation

The usual covariance maximum likelihood estimate can be regularized using shrinkage. Ledoit and Wolf proposed a close formula to compute the asymptotically optimal

2025-01-10 15:47:30
Model Complexity Influence
  • References/Python/scikit-learn/Examples/Examples based on real world datasets

Demonstrate how model complexity influences both prediction accuracy and computational performance. The dataset is the Boston Housing dataset (resp. 20 Newsgroups)

2025-01-10 15:47:30
Label Propagation learning a complex structure
  • References/Python/scikit-learn/Examples/Semi Supervised Classification

Example of LabelPropagation learning a complex internal structure to demonstrate ?manifold learning?. The outer circle should be labeled ?red

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

This example demonstrates how to generate a checkerboard dataset and bicluster it using the Spectral Biclustering algorithm. The data is

2025-01-10 15:47:30
Varying regularization in Multi-layer Perceptron
  • References/Python/scikit-learn/Examples/Neural Networks

A comparison of different values for regularization parameter ?alpha? on synthetic datasets. The plot shows that different alphas yield different

2025-01-10 15:47:30