HuberRegressor vs Ridge on dataset with strong outliers
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Fit Ridge and HuberRegressor on a dataset with outliers. The example shows that the predictions in ridge are strongly influenced

2025-01-10 15:47:30
Species distribution modeling
  • References/Python/scikit-learn/Examples/Examples based on real world datasets

Modeling species? geographic distributions is an important problem in conservation biology. In this example we model the geographic distribution of two south american

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
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
Comparison of F-test and mutual information
  • References/Python/scikit-learn/Examples/Feature Selection

This example illustrates the differences between univariate F-test statistics and mutual information. We consider 3 features x_1, x_2, x_3

2025-01-10 15:47:30
Robust covariance estimation and Mahalanobis distances relevance
  • References/Python/scikit-learn/Examples/Covariance estimation

An example to show covariance estimation with the Mahalanobis distances on Gaussian distributed data. For Gaussian distributed

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

When working with covariance estimation, the usual approach is to use a maximum likelihood estimator, such as the

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

This example uses the

2025-01-10 15:47:30
Outlier detection with several methods.
  • References/Python/scikit-learn/Examples/Covariance estimation

When the amount of contamination is known, this example illustrates three different ways of performing

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