Plot class probabilities calculated by the VotingClassifier
  • References/Python/scikit-learn/Examples/Ensemble methods

Plot the class probabilities of the first sample in a toy dataset predicted by three different classifiers and averaged by the

2025-01-10 15:47:30
Compare Stochastic learning strategies for MLPClassifier
  • References/Python/scikit-learn/Examples/Neural Networks

This example visualizes some training loss curves for different stochastic learning strategies, including SGD and Adam. Because of time-constraints

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

This is an example showing the prediction latency of various scikit-learn estimators. The goal is to measure the latency one can expect when doing predictions either

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

Perform binary classification using non-linear SVC with RBF kernel. The target to predict is a XOR of the inputs. The color map illustrates the decision function learned

2025-01-10 15:47:30
Two-class AdaBoost
  • References/Python/scikit-learn/Examples/Ensemble methods

This example fits an AdaBoosted decision stump on a non-linearly separable classification dataset composed of two ?Gaussian quantiles? clusters (see

2025-01-10 15:47:30
Segmenting the picture of a raccoon face in regions
  • References/Python/scikit-learn/Examples/Clustering

This example uses

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
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
Gaussian process regression with noise-level estimation
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates that GPR with a sum-kernel including a WhiteKernel can estimate the noise level of data. An illustration

2025-01-10 15:47:30
Hyper-parameters of Approximate Nearest Neighbors
  • References/Python/scikit-learn/Examples/Nearest Neighbors

This example demonstrates the behaviour of the accuracy of the nearest neighbor queries of Locality Sensitive Hashing Forest as the number

2025-01-10 15:47:30