Compare BIRCH and MiniBatchKMeans
  • References/Python/scikit-learn/Examples/Clustering

This example compares the timing of Birch (with and without the global clustering step) and MiniBatchKMeans on a synthetic dataset having 100,000 samples and

2025-01-10 15:47:30
Precision-Recall
  • References/Python/scikit-learn/Examples/Model Selection

Example of Precision-Recall metric to evaluate classifier output quality. In information retrieval, precision is a measure of result relevancy, while recall is a measure

2025-01-10 15:47:30
Gaussian process classification on iris dataset
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates the predicted probability of GPC for an isotropic and anisotropic RBF kernel on a two-dimensional version for the

2025-01-10 15:47:30
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
Gaussian Mixture Model Selection
  • References/Python/scikit-learn/Examples/Gaussian Mixture Models

This example shows that model selection can be performed with Gaussian Mixture Models using information-theoretic criteria (BIC). Model selection concerns both

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

The plots below illustrate the effect the parameter C has on the separation line. A large value of C basically tells our model that we do not have

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
Nearest Centroid Classification
  • References/Python/scikit-learn/Examples/Nearest Neighbors

Sample usage of Nearest Centroid classification. It will plot the decision boundaries for each class.

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
Comparing different clustering algorithms on toy datasets
  • References/Python/scikit-learn/Examples/Clustering

This example aims at showing characteristics of different clustering algorithms on datasets that are ?interesting? but still in 2D

2025-01-10 15:47:30