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
Comparing randomized search and grid search for hyperparameter estimation
  • References/Python/scikit-learn/Examples/Model Selection

Compare randomized search and grid search for optimizing hyperparameters of a random forest. All parameters that influence

2025-01-10 15:47:30
Nearest Neighbors regression
  • References/Python/scikit-learn/Examples/Nearest Neighbors

Demonstrate the resolution of a regression problem using a k-Nearest Neighbor and the interpolation of the target using both barycenter and constant weights.

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
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
Gaussian process classification on iris dataset
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates the predicted probability of GPC for an isotropic and anisotropic RBF kernel on a two-dimensional version for the

2025-01-10 15:47:30
Hierarchical clustering
  • References/Python/scikit-learn/Examples/Clustering

Example builds a swiss roll dataset and runs hierarchical clustering on their position. For more information, see

2025-01-10 15:47:30
Swiss Roll reduction with LLE
  • References/Python/scikit-learn/Examples/Manifold learning

An illustration of Swiss Roll reduction with locally linear embedding

2025-01-10 15:47:30
Agglomerative clustering with different metrics
  • References/Python/scikit-learn/Examples/Clustering

Demonstrates the effect of different metrics on the hierarchical clustering. The example is engineered to show the effect of the choice

2025-01-10 15:47:30
Nearest Centroid Classification
  • References/Python/scikit-learn/Examples/Nearest Neighbors

Sample usage of Nearest Centroid classification. It will plot the decision boundaries for each class.

2025-01-10 15:47:30