Adjustment for chance in clustering performance evaluation
  • References/Python/scikit-learn/Examples/Clustering

The following plots demonstrate the impact of the number of clusters and number of samples on various clustering performance evaluation

2025-01-10 15:47:30
Comparison of kernel ridge and Gaussian process regression
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

Both kernel ridge regression (KRR) and Gaussian process regression (GPR) learn a target function by employing internally the ?kernel

2025-01-10 15:47:30
Digits Classification Exercise
  • References/Python/scikit-learn/Examples/Tutorial exercises

A tutorial exercise regarding the use of classification techniques on the Digits dataset. This exercise is used in the

2025-01-10 15:47:30
Single estimator versus bagging
  • References/Python/scikit-learn/Examples/Ensemble methods

This example illustrates and compares the bias-variance decomposition of the expected mean squared error of a single estimator against

2025-01-10 15:47:30
Path with L1- Logistic Regression
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Computes path on IRIS dataset. print(__doc__) # Author: Alexandre Gramfort <alexandre.gramfort@inria.fr>

2025-01-10 15:47:30
Kernel Density Estimation
  • References/Python/scikit-learn/Examples/Nearest Neighbors

This example shows how kernel density estimation (KDE), a powerful non-parametric density estimation technique, can be used to learn a generative model for a dataset

2025-01-10 15:47:30
A demo of K-Means clustering on the handwritten digits data
  • References/Python/scikit-learn/Examples/Clustering

In this example we compare the various initialization strategies for K-means in terms of runtime and quality of the results.

2025-01-10 15:47:30
Using FunctionTransformer to select columns
  • References/Python/scikit-learn/Examples/Preprocessing

Shows how to use a function transformer in a pipeline. If you know your dataset?s first principle component is irrelevant for a classification task

2025-01-10 15:47:30
Multi-dimensional scaling
  • References/Python/scikit-learn/Examples/Manifold learning

An illustration of the metric and non-metric MDS on generated noisy data. The reconstructed points using the metric MDS and non metric MDS are slightly shifted

2025-01-10 15:47:30
Agglomerative clustering with and without structure
  • References/Python/scikit-learn/Examples/Clustering

This example shows the effect of imposing a connectivity graph to capture local structure in the data. The graph is simply the graph of 20

2025-01-10 15:47:30