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
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
Hierarchical clustering
  • References/Python/scikit-learn/Examples/Clustering

Example builds a swiss roll dataset and runs hierarchical clustering on their position. For more information, see

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
Visualizing the stock market structure
  • References/Python/scikit-learn/Examples/Examples based on real world datasets

This example employs several unsupervised learning techniques to extract the stock market structure from variations in historical quotes. The quantity

2025-01-10 15:47:30
Gaussian Processes regression
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

A simple one-dimensional regression example computed in two different ways: A noise-free case

2025-01-10 15:47:30
Demo of affinity propagation clustering algorithm
  • References/Python/scikit-learn/Examples/Clustering

Reference: Brendan J. Frey and Delbert Dueck, ?Clustering by Passing Messages Between Data Points?, Science Feb. 2007

2025-01-10 15:47:30
Decision Tree Regression
  • References/Python/scikit-learn/Examples/Decision Trees

A 1D regression with decision tree. The

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

This example simulates a multi-label document classification problem. The dataset is generated randomly based on the following process: pick

2025-01-10 15:47:30
RBF SVM parameters
  • References/Python/scikit-learn/Examples/Support Vector Machines

This example illustrates the effect of the parameters gamma and C of the Radial Basis Function (RBF) kernel SVM. Intuitively, the gamma

2025-01-10 15:47:30