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
Linear Regression Example
  • References/Python/scikit-learn/Examples/Generalized Linear Models

This example uses the only the first feature of the diabetes dataset, in order to illustrate a two-dimensional plot of this regression technique. The

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 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
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
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
Feature transformations with ensembles of trees
  • References/Python/scikit-learn/Examples/Ensemble methods

Transform your features into a higher dimensional, sparse space. Then train a linear model on these features. First fit an ensemble of

2025-01-10 15:47:30
Probabilistic predictions with Gaussian process classification
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates the predicted probability of GPC for an RBF kernel with different choices of the hyperparameters

2025-01-10 15:47:30
Illustration of prior and posterior Gaussian process for different kernels
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates the prior and posterior of a GPR with different kernels. Mean, standard deviation, and 10

2025-01-10 15:47:30
Logistic Regression 3-class Classifier
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Show below is a logistic-regression classifiers decision boundaries on the

2025-01-10 15:47:30