Parameter estimation using grid search with cross-validation
  • References/Python/scikit-learn/Examples/Model Selection

This examples shows how a classifier is optimized by cross-validation, which is done using the

2025-01-10 15:47:30
Label Propagation digits
  • References/Python/scikit-learn/Examples/Semi Supervised Classification

This example demonstrates the power of semisupervised learning by training a Label Spreading model to classify handwritten digits with sets

2025-01-10 15:47:30
Lasso model selection
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Use the Akaike information criterion (AIC), the Bayes Information criterion (BIC) and cross-validation to select an optimal value of the regularization

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

A two-dimensional classification example showing iso-probability lines for the predicted probabilities.

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
A demo of structured Ward hierarchical clustering on a raccoon face image
  • References/Python/scikit-learn/Examples/Clustering

Compute the segmentation of a 2D image with Ward hierarchical clustering. The clustering is spatially constrained in

2025-01-10 15:47:30
Clustering text documents using k-means
  • References/Python/scikit-learn/Examples/Working with text documents

This is an example showing how the scikit-learn can be used to cluster documents by topics using a bag-of-words approach. This example uses a scipy.sparse

2025-01-10 15:47:30
L1 Penalty and Sparsity in Logistic Regression
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Comparison of the sparsity (percentage of zero coefficients) of solutions when L1 and L2 penalty are used for different values of C. We can see

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