Model selection with Probabilistic PCA and Factor Analysis
  • References/Python/scikit-learn/Examples/Decomposition

Probabilistic PCA and Factor Analysis are probabilistic models. The consequence is that the likelihood of new data can be used

2025-01-10 15:47:30
Color Quantization using K-Means
  • References/Python/scikit-learn/Examples/Clustering

Performs a pixel-wise Vector Quantization (VQ) of an image of the summer palace (China), reducing the number of colors required to show the image from 96,615

2025-01-10 15:47:30
Plot the decision boundaries of a VotingClassifier
  • References/Python/scikit-learn/Examples/Ensemble methods

Plot the decision boundaries of a VotingClassifier for two features of the Iris dataset. Plot the class probabilities

2025-01-10 15:47:30
GMM covariances
  • References/Python/scikit-learn/Examples/Gaussian Mixture Models

Demonstration of several covariances types for Gaussian mixture models. See

2025-01-10 15:47:30
Isotonic Regression
  • References/Python/scikit-learn/Examples/General examples

An illustration of the isotonic regression on generated data. The isotonic regression finds a non-decreasing approximation of a function while minimizing the mean squared

2025-01-10 15:47:30
Selecting dimensionality reduction with Pipeline and GridSearchCV
  • References/Python/scikit-learn/Examples/General examples

This example constructs a pipeline that does dimensionality reduction followed by prediction with a support vector classifier

2025-01-10 15:47:30
Gaussian process regression on Mauna Loa CO2 data.
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example is based on Section 5.4.3 of ?Gaussian Processes for Machine Learning? [RW2006]. It illustrates an example of complex kernel

2025-01-10 15:47:30
Restricted Boltzmann Machine features for digit classification
  • References/Python/scikit-learn/Examples/Neural Networks

For greyscale image data where pixel values can be interpreted as degrees of blackness on a white background, like handwritten

2025-01-10 15:47:30
Lasso and Elastic Net
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Lasso and elastic net (L1 and L2 penalisation) implemented using a coordinate descent. The coefficients can be forced to be positive.

2025-01-10 15:47:30
Plot the decision surface of a decision tree on the iris dataset
  • References/Python/scikit-learn/Examples/Decision Trees

Plot the decision surface of a decision tree trained on pairs of features of the iris dataset. See

2025-01-10 15:47:30