Comparison of Manifold Learning methods
  • References/Python/scikit-learn/Examples/Manifold learning

An illustration of dimensionality reduction on the S-curve dataset with various manifold learning methods. For a discussion and comparison of

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

sklearn.metrics.fbeta_score(y_true, y_pred, beta, labels=None, pos_label=1, average='binary', sample_weight=None)

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
neighbors.NearestCentroid()
  • References/Python/scikit-learn/API Reference/neighbors

class sklearn.neighbors.NearestCentroid(metric='euclidean', shrink_threshold=None)

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

Warning DEPRECATED

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

sklearn.metrics.homogeneity_score(labels_true, labels_pred)

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

sklearn.covariance.ledoit_wolf(X, assume_centered=False, block_size=1000)

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