Two-class AdaBoost
  • References/Python/scikit-learn/Examples/Ensemble methods

This example fits an AdaBoosted decision stump on a non-linearly separable classification dataset composed of two ?Gaussian quantiles? clusters (see

2025-01-10 15:47:30
gaussian_process.kernels.Hyperparameter
  • References/Python/scikit-learn/API Reference/gaussian_process

class sklearn.gaussian_process.kernels.Hyperparameter

2025-01-10 15:47:30
SGD: Maximum margin separating hyperplane
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Plot the maximum margin separating hyperplane within a two-class separable dataset using a linear Support Vector Machines classifier trained using SGD

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

sklearn.model_selection.learning_curve(estimator, X, y, groups=None, train_sizes=array([ 0.1, 0.33, 0.55, 0.78, 1. ]), cv=None

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
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
sklearn.datasets.make_blobs()
  • References/Python/scikit-learn/API Reference/datasets

sklearn.datasets.make_blobs(n_samples=100, n_features=2, centers=3, cluster_std=1.0, center_box=(-10.0, 10.0), shuffle=True, random_state=None)

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

sklearn.datasets.load_files(container_path, description=None, categories=None, load_content=True, shuffle=True, encoding=None, decode_error='strict'

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

The following are a set of methods intended for regression in which the target value is expected to be a linear combination of the input variables. In mathematical

2025-01-10 15:47:30
Multi-class AdaBoosted Decision Trees
  • References/Python/scikit-learn/Examples/Ensemble methods

This example reproduces Figure 1 of Zhu et al [1] and shows how boosting can improve prediction accuracy on a multi-class problem. The classification dataset

2025-01-10 15:47:30