Plot classification probability
  • References/Python/scikit-learn/Examples/Classification

Plot the classification probability for different classifiers. We use a 3 class dataset, and we classify it with a Support Vector classifier, L1 and L2 penalized

2025-01-10 15:47:30
Comparison of Calibration of Classifiers
  • References/Python/scikit-learn/Examples/Calibration

Well calibrated classifiers are probabilistic classifiers for which the output of the predict_proba method can be directly interpreted as a confidence

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
Gaussian Mixture Model Ellipsoids
  • References/Python/scikit-learn/Examples/Gaussian Mixture Models

Plot the confidence ellipsoids of a mixture of two Gaussians obtained with Expectation Maximisation (GaussianMixture class) and Variational Inference

2025-01-10 15:47:30
Outlier detection on a real data set
  • References/Python/scikit-learn/Examples/Examples based on real world datasets

This example illustrates the need for robust covariance estimation on a real data set. It is useful both for outlier detection and for a better understanding

2025-01-10 15:47:30
Faces dataset decompositions
  • References/Python/scikit-learn/Examples/Decomposition

This example applies to The Olivetti faces dataset different unsupervised matrix decomposition (dimension reduction) methods from

2025-01-10 15:47:30
Joint feature selection with multi-task Lasso
  • References/Python/scikit-learn/Examples/Generalized Linear Models

The multi-task lasso allows to fit multiple regression problems jointly enforcing the selected features to be the same across tasks. This example

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
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
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