Test with permutations the significance of a classification score
  • References/Python/scikit-learn/Examples/Feature Selection

In order to test if a classification score is significative a technique in repeating the classification procedure after randomizing

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
Prediction Intervals for Gradient Boosting Regression
  • References/Python/scikit-learn/Examples/Ensemble methods

This example shows how quantile regression can be used to create prediction intervals.

2025-01-10 15:47:30
Plot Ridge coefficients as a function of the regularization
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Shows the effect of collinearity in the coefficients of an estimator.

2025-01-10 15:47:30
Nested versus non-nested cross-validation
  • References/Python/scikit-learn/Examples/Model Selection

This example compares non-nested and nested cross-validation strategies on a classifier of the iris data set. Nested cross-validation (CV) is often

2025-01-10 15:47:30
Compare cross decomposition methods
  • References/Python/scikit-learn/Examples/Cross decomposition

Simple usage of various cross decomposition algorithms: - PLSCanonical - PLSRegression, with multivariate response, a.k.a. PLS2 - PLSRegression, with univariate

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
Blind source separation using FastICA
  • References/Python/scikit-learn/Examples/Decomposition

An example of estimating sources from noisy data.

2025-01-10 15:47:30
Comparing random forests and the multi-output meta estimator
  • References/Python/scikit-learn/Examples/Ensemble methods

An example to compare multi-output regression with random forest and the

2025-01-10 15:47:30
Various Agglomerative Clustering on a 2D embedding of digits
  • References/Python/scikit-learn/Examples/Clustering

An illustration of various linkage option for agglomerative clustering on a 2D embedding of the digits dataset. The goal

2025-01-10 15:47:30