Plot multinomial and One-vs-Rest Logistic Regression
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Plot decision surface of multinomial and One-vs-Rest Logistic Regression. The hyperplanes corresponding to the three One-vs-Rest (OVR) classifiers

2025-01-10 15:47:30
Model selection
  • References/Python/scikit-learn/Tutorials

Score, and cross-validated scores As we have seen, every estimator exposes a score method that can judge the

2025-01-10 15:47:30
A demo of K-Means clustering on the handwritten digits data
  • References/Python/scikit-learn/Examples/Clustering

In this example we compare the various initialization strategies for K-means in terms of runtime and quality of the results.

2025-01-10 15:47:30
preprocessing.MinMaxScaler()
  • References/Python/scikit-learn/API Reference/preprocessing

class sklearn.preprocessing.MinMaxScaler(feature_range=(0, 1), copy=True)

2025-01-10 15:47:30
Plot class probabilities calculated by the VotingClassifier
  • References/Python/scikit-learn/Examples/Ensemble methods

Plot the class probabilities of the first sample in a toy dataset predicted by three different classifiers and averaged by the

2025-01-10 15:47:30
sklearn.metrics.completeness_score()
  • References/Python/scikit-learn/API Reference/metrics

sklearn.metrics.completeness_score(labels_true, labels_pred)

2025-01-10 15:47:30
Multi-dimensional scaling
  • References/Python/scikit-learn/Examples/Manifold learning

An illustration of the metric and non-metric MDS on generated noisy data. The reconstructed points using the metric MDS and non metric MDS are slightly shifted

2025-01-10 15:47:30
Univariate Feature Selection
  • References/Python/scikit-learn/Examples/Feature Selection

An example showing univariate feature selection. Noisy (non informative) features are added to the iris data and univariate feature selection is applied

2025-01-10 15:47:30
4.4.
  • References/Python/scikit-learn/Guide

If your number of features is high, it may be useful to reduce it with an unsupervised step prior to supervised steps. Many of the Unsupervised

2025-01-10 15:47:30
1.7.
  • References/Python/scikit-learn/Guide

Gaussian Processes (GP) are a generic supervised learning method designed to solve regression and probabilistic classification problems

2025-01-10 15:47:30