Lasso path using LARS
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Computes Lasso Path along the regularization parameter using the LARS algorithm on the diabetes dataset. Each color represents a different feature of the coefficient vector

2025-01-10 15:47:30
Sparse inverse covariance estimation
  • References/Python/scikit-learn/Examples/Covariance estimation

Using the GraphLasso estimator to learn a covariance and sparse precision from a small number of samples. To estimate a probabilistic model (e.g

2025-01-10 15:47:30
Concentration Prior Type Analysis of Variation Bayesian Gaussian Mixture
  • References/Python/scikit-learn/Examples/Gaussian Mixture Models

This example plots the ellipsoids obtained from a toy dataset (mixture of three Gaussians) fitted by the Baye

2025-01-10 15:47:30
Topic extraction with Non-negative Matrix Factorization and Latent Dirichlet Allocation
  • References/Python/scikit-learn/Examples/Examples based on real world datasets

This is an example of applying Non-negative Matrix Factorization and Latent Dirichlet Allocation on a

2025-01-10 15:47:30
Recognizing hand-written digits
  • References/Python/scikit-learn/Examples/Classification

An example showing how the scikit-learn can be used to recognize images of hand-written digits. This example is commented in the

2025-01-10 15:47:30
Plot randomly generated classification dataset
  • References/Python/scikit-learn/Examples/Dataset examples

Plot several randomly generated 2D classification datasets. This example illustrates the datasets.make_classification datasets

2025-01-10 15:47:30
Robust linear model estimation using RANSAC
  • References/Python/scikit-learn/Examples/Generalized Linear Models

In this example we see how to robustly fit a linear model to faulty data using the RANSAC algorithm.

2025-01-10 15:47:30
Out-of-core classification of text documents
  • References/Python/scikit-learn/Examples/Examples based on real world datasets

This is an example showing how scikit-learn can be used for classification using an out-of-core approach: learning from data that doesn?t fit into

2025-01-10 15:47:30
One-class SVM with non-linear kernel
  • References/Python/scikit-learn/Examples/Support Vector Machines

An example using a one-class SVM for novelty detection.

2025-01-10 15:47:30
Incremental PCA
  • References/Python/scikit-learn/Examples/Decomposition

Incremental principal component analysis (IPCA) is typically used as a replacement for principal component analysis (PCA) when the dataset to be decomposed is too large to fit

2025-01-10 15:47:30