Linear and Quadratic Discriminant Analysis with confidence ellipsoid
  • References/Python/scikit-learn/Examples/Classification

Plot the confidence ellipsoids of each class and decision boundary print(__doc__)

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

Demonstrate how model complexity influences both prediction accuracy and computational performance. The dataset is the Boston Housing dataset (resp. 20 Newsgroups)

2025-01-10 15:47:30
Biclustering documents with the Spectral Co-clustering algorithm
  • References/Python/scikit-learn/Examples/Biclustering

This example demonstrates the Spectral Co-clustering algorithm on the twenty newsgroups dataset. The ?comp.os.ms-windows.misc

2025-01-10 15:47:30
IsolationForest example
  • References/Python/scikit-learn/Examples/Ensemble methods

An example using IsolationForest for anomaly detection. The IsolationForest ?isolates? observations by randomly selecting a feature and then randomly selecting

2025-01-10 15:47:30
Label Propagation learning a complex structure
  • References/Python/scikit-learn/Examples/Semi Supervised Classification

Example of LabelPropagation learning a complex internal structure to demonstrate ?manifold learning?. The outer circle should be labeled ?red

2025-01-10 15:47:30
Automatic Relevance Determination Regression
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Fit regression model with Bayesian Ridge Regression. See

2025-01-10 15:47:30
Manifold learning on handwritten digits
  • References/Python/scikit-learn/Examples/Manifold learning

An illustration of various embeddings on the digits dataset. The RandomTreesEmbedding, from the

2025-01-10 15:47:30
Comparison of Calibration of Classifiers
  • References/Python/scikit-learn/Examples/Calibration

Well calibrated classifiers are probabilistic classifiers for which the output of the predict_proba method can be directly interpreted as a confidence

2025-01-10 15:47:30
SVM: Maximum margin separating hyperplane
  • References/Python/scikit-learn/Examples/Support Vector Machines

Plot the maximum margin separating hyperplane within a two-class separable dataset using a Support Vector Machine classifier with linear kernel.

2025-01-10 15:47:30
Illustration of Gaussian process classification on the XOR dataset
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates GPC on XOR data. Compared are a stationary, isotropic kernel (RBF) and a non-stationary kernel

2025-01-10 15:47:30