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
Comparing different clustering algorithms on toy datasets
  • References/Python/scikit-learn/Examples/Clustering

This example aims at showing characteristics of different clustering algorithms on datasets that are ?interesting? but still in 2D

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
Feature Union with Heterogeneous Data Sources
  • References/Python/scikit-learn/Examples/General examples

Datasets can often contain components of that require different feature extraction and processing pipelines. This scenario might occur when:

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
Empirical evaluation of the impact of k-means initialization
  • References/Python/scikit-learn/Examples/Clustering

Evaluate the ability of k-means initializations strategies to make the algorithm convergence robust as measured by the relative

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
SVM Margins Example
  • References/Python/scikit-learn/Examples/Support Vector Machines

The plots below illustrate the effect the parameter C has on the separation line. A large value of C basically tells our model that we do not have

2025-01-10 15:47:30
Precision-Recall
  • References/Python/scikit-learn/Examples/Model Selection

Example of Precision-Recall metric to evaluate classifier output quality. In information retrieval, precision is a measure of result relevancy, while recall is a measure

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