Bayesian Ridge Regression
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Computes a Bayesian Ridge Regression on a synthetic dataset. See

2025-01-10 15:47:30
Lasso and Elastic Net
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Lasso and elastic net (L1 and L2 penalisation) implemented using a coordinate descent. The coefficients can be forced to be positive.

2025-01-10 15:47:30
Multi-output Decision Tree Regression
  • References/Python/scikit-learn/Examples/Decision Trees

An example to illustrate multi-output regression with decision tree. The

2025-01-10 15:47:30
Gaussian process regression on Mauna Loa CO2 data.
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example is based on Section 5.4.3 of ?Gaussian Processes for Machine Learning? [RW2006]. It illustrates an example of complex kernel

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

A simple one-dimensional regression example computed in two different ways: A noise-free case

2025-01-10 15:47:30
Plot the decision boundaries of a VotingClassifier
  • References/Python/scikit-learn/Examples/Ensemble methods

Plot the decision boundaries of a VotingClassifier for two features of the Iris dataset. Plot the class probabilities

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

Shown in the plot is how the logistic regression would, in this synthetic dataset, classify values as either 0 or 1, i.e. class one or two, using the logistic curve.

2025-01-10 15:47:30
Plot the decision surface of a decision tree on the iris dataset
  • References/Python/scikit-learn/Examples/Decision Trees

Plot the decision surface of a decision tree trained on pairs of features of the iris dataset. See

2025-01-10 15:47:30
Plot the decision surfaces of ensembles of trees on the iris dataset
  • References/Python/scikit-learn/Examples/Ensemble methods

Plot the decision surfaces of forests of randomized trees trained on pairs of features of the iris dataset. This

2025-01-10 15:47:30
Compare BIRCH and MiniBatchKMeans
  • References/Python/scikit-learn/Examples/Clustering

This example compares the timing of Birch (with and without the global clustering step) and MiniBatchKMeans on a synthetic dataset having 100,000 samples and

2025-01-10 15:47:30