Plot randomly generated multilabel dataset
  • References/Python/scikit-learn/Examples/Dataset examples

This illustrates the datasets.make_multilabel_classification dataset generator. Each sample consists of counts of two features (up to

2025-01-10 15:47:30
Face completion with a multi-output estimators
  • References/Python/scikit-learn/Examples/General examples

This example shows the use of multi-output estimator to complete images. The goal is to predict the lower half of a face given its upper half

2025-01-10 15:47:30
Cross-validation on diabetes Dataset Exercise
  • References/Python/scikit-learn/Examples/Tutorial exercises

A tutorial exercise which uses cross-validation with linear models. This exercise is used in the

2025-01-10 15:47:30
FastICA on 2D point clouds
  • References/Python/scikit-learn/Examples/Decomposition

This example illustrates visually in the feature space a comparison by results using two different component analysis techniques.

2025-01-10 15:47:30
Classifier comparison
  • References/Python/scikit-learn/Examples/Classification

A comparison of a several classifiers in scikit-learn on synthetic datasets. The point of this example is to illustrate the nature of decision boundaries of different

2025-01-10 15:47:30
Lasso on dense and sparse data
  • References/Python/scikit-learn/Examples/Generalized Linear Models

We show that linear_model.Lasso provides the same results for dense and sparse data and that in the case of sparse data the speed is improved.

2025-01-10 15:47:30
Gradient Boosting regression
  • References/Python/scikit-learn/Examples/Ensemble methods

Demonstrate Gradient Boosting on the Boston housing dataset. This example fits a Gradient Boosting model with least squares loss and 500 regression trees

2025-01-10 15:47:30
Plotting Cross-Validated Predictions
  • References/Python/scikit-learn/Examples/General examples

This example shows how to use cross_val_predict to visualize prediction errors.

2025-01-10 15:47:30
Manifold Learning methods on a severed sphere
  • References/Python/scikit-learn/Examples/Manifold learning

An application of the different

2025-01-10 15:47:30
Spectral clustering for image segmentation
  • References/Python/scikit-learn/Examples/Clustering

In this example, an image with connected circles is generated and spectral clustering is used to separate the circles. In these settings, the

2025-01-10 15:47:30