Probability Calibration for 3-class classification
  • References/Python/scikit-learn/Examples/Calibration

This example illustrates how sigmoid calibration changes predicted probabilities for a 3-class classification problem. Illustrated is the

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

A tutorial exercise for using different SVM kernels. This exercise is used in the

2025-01-10 15:47:30
Sparsity Example
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Features 1 and 2 of the diabetes-dataset are fitted and plotted below. It illustrates that although feature 2 has a strong coefficient on the

2025-01-10 15:47:30
FastICA on 2D point clouds
  • References/Python/scikit-learn/Examples/Decomposition

This example illustrates visually in the feature space a comparison by results using two different component analysis techniques.

2025-01-10 15:47:30
Density Estimation for a Gaussian mixture
  • References/Python/scikit-learn/Examples/Gaussian Mixture Models

Plot the density estimation of a mixture of two Gaussians. Data is generated from two Gaussians with different centers and covariance matrices.

2025-01-10 15:47:30
Face completion with a multi-output estimators
  • References/Python/scikit-learn/Examples/General examples

This example shows the use of multi-output estimator to complete images. The goal is to predict the lower half of a face given its upper half

2025-01-10 15:47:30
Concatenating multiple feature extraction methods
  • References/Python/scikit-learn/Examples/General examples

In many real-world examples, there are many ways to extract features from a dataset. Often it is beneficial to combine several methods to obtain

2025-01-10 15:47:30
Plotting Cross-Validated Predictions
  • References/Python/scikit-learn/Examples/General examples

This example shows how to use cross_val_predict to visualize prediction errors.

2025-01-10 15:47:30
Spectral clustering for image segmentation
  • References/Python/scikit-learn/Examples/Clustering

In this example, an image with connected circles is generated and spectral clustering is used to separate the circles. In these settings, the

2025-01-10 15:47:30
Plotting Learning Curves
  • References/Python/scikit-learn/Examples/Model Selection

On the left side the learning curve of a naive Bayes classifier is shown for the digits dataset. Note that the training score and the cross-validation score are both

2025-01-10 15:47:30