Partial Dependence Plots
  • References/Python/scikit-learn/Examples/Ensemble methods

Partial dependence plots show the dependence between the target function

2025-01-10 15:47:30
Imputing missing values before building an estimator
  • References/Python/scikit-learn/Examples/General examples

This example shows that imputing the missing values can give better results than discarding the samples containing any missing value. Imputing

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

Three different types of SVM-Kernels are displayed below. The polynomial and RBF are especially useful when the data-points are not linearly separable.

2025-01-10 15:47:30
Lasso and Elastic Net for Sparse Signals
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Estimates Lasso and Elastic-Net regression models on a manually generated sparse signal corrupted with an additive noise. Estimated coefficients are

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
PCA example with Iris Data-set
  • References/Python/scikit-learn/Examples/Decomposition

Principal Component Analysis applied to the Iris dataset. See

2025-01-10 15:47:30
Robust covariance estimation and Mahalanobis distances relevance
  • References/Python/scikit-learn/Examples/Covariance estimation

An example to show covariance estimation with the Mahalanobis distances on Gaussian distributed data. For Gaussian distributed

2025-01-10 15:47:30
Outlier detection with several methods.
  • References/Python/scikit-learn/Examples/Covariance estimation

When the amount of contamination is known, this example illustrates three different ways of performing

2025-01-10 15:47:30
Normal and Shrinkage Linear Discriminant Analysis for classification
  • References/Python/scikit-learn/Examples/Classification

Shows how shrinkage improves classification.

2025-01-10 15:47:30
The Johnson-Lindenstrauss bound for embedding with random projections
  • References/Python/scikit-learn/Examples/General examples

The

2025-01-10 15:47:30