Decision Tree Regression
  • References/Python/scikit-learn/Examples/Decision Trees

A 1D regression with decision tree. The

2025-01-10 15:47:30
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
Probability Calibration curves
  • References/Python/scikit-learn/Examples/Calibration

When performing classification one often wants to predict not only the class label, but also the associated probability. This probability gives some kind of confidence

2025-01-10 15:47:30
Support Vector Regression using linear and non-linear kernels
  • References/Python/scikit-learn/Examples/Support Vector Machines

Toy example of 1D regression using linear, polynomial and RBF kernels. print(__doc__)

2025-01-10 15:47:30
Restricted Boltzmann Machine features for digit classification
  • References/Python/scikit-learn/Examples/Neural Networks

For greyscale image data where pixel values can be interpreted as degrees of blackness on a white background, like handwritten

2025-01-10 15:47:30
Explicit feature map approximation for RBF kernels
  • References/Python/scikit-learn/Examples/General examples

An example illustrating the approximation of the feature map of an RBF kernel. It shows how to use

2025-01-10 15:47:30
Selecting dimensionality reduction with Pipeline and GridSearchCV
  • References/Python/scikit-learn/Examples/General examples

This example constructs a pipeline that does dimensionality reduction followed by prediction with a support vector classifier

2025-01-10 15:47:30
RBF SVM parameters
  • References/Python/scikit-learn/Examples/Support Vector Machines

This example illustrates the effect of the parameters gamma and C of the Radial Basis Function (RBF) kernel SVM. Intuitively, the gamma

2025-01-10 15:47:30
Scaling the regularization parameter for SVCs
  • References/Python/scikit-learn/Examples/Support Vector Machines

The following example illustrates the effect of scaling the regularization parameter when using

2025-01-10 15:47:30
Isotonic Regression
  • References/Python/scikit-learn/Examples/General examples

An illustration of the isotonic regression on generated data. The isotonic regression finds a non-decreasing approximation of a function while minimizing the mean squared

2025-01-10 15:47:30