Gaussian Mixture Model Sine Curve
  • References/Python/scikit-learn/Examples/Gaussian Mixture Models

This example demonstrates the behavior of Gaussian mixture models fit on data that was not sampled from a mixture of Gaussian random variables. The dataset

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

sklearn.metrics.homogeneity_completeness_v_measure(labels_true, labels_pred)

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

class sklearn.ensemble.ExtraTreesRegressor(n_estimators=10, criterion='mse', max_depth=None, min_samples_split=2, min_samples_leaf=1

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

sklearn.metrics.pairwise.pairwise_distances(X, Y=None, metric='euclidean', n_jobs=1, **kwds)

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

sklearn.cluster.affinity_propagation(S, preference=None, convergence_iter=15, max_iter=200, damping=0.5, copy=True, verbose=False

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

sklearn.svm.libsvm.cross_validation() Binding of the cross-validation routine (low-level routine)

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

Plot decision function of a weighted dataset, where the size of points is proportional to its weight. The sample weighting rescales the C parameter, which means

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

This submodule contains functions that approximate the feature mappings that correspond to certain kernels, as they are used for example in support vector machines (see

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

class sklearn.cluster.MeanShift(bandwidth=None, seeds=None, bin_seeding=False, min_bin_freq=1, cluster_all=True, n_jobs=1)

2025-01-10 15:47:30
Supervised learning
  • References/Python/scikit-learn/Tutorials

The problem solved in supervised learning

2025-01-10 15:47:30