sklearn.datasets.mldata_filename()
  • References/Python/scikit-learn/API Reference/datasets

sklearn.datasets.mldata_filename(dataname)

2025-01-10 15:47:30
Probabilistic predictions with Gaussian process classification
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates the predicted probability of GPC for an RBF kernel with different choices of the hyperparameters

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

class sklearn.preprocessing.Normalizer(norm='l2', copy=True)

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

sklearn.feature_extraction.image.img_to_graph(img, mask=None, return_as=, dtype=None)

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

class sklearn.svm.SVC(C=1.0, kernel='rbf', degree=3, gamma='auto', coef0=0.0, shrinking=True, probability=False, tol=0.001, cache_size=200, class_weight=None

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

sklearn.metrics.fowlkes_mallows_score(labels_true, labels_pred, sparse=False)

2025-01-10 15:47:30
Logistic function
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Shown in the plot is how the logistic regression would, in this synthetic dataset, classify values as either 0 or 1, i.e. class one or two, using the logistic curve.

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

class sklearn.feature_extraction.DictVectorizer(dtype=, separator='=', sparse=True, sort=True)

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

Warning DEPRECATED class sklearn

2025-01-10 15:47:30
Compare BIRCH and MiniBatchKMeans
  • References/Python/scikit-learn/Examples/Clustering

This example compares the timing of Birch (with and without the global clustering step) and MiniBatchKMeans on a synthetic dataset having 100,000 samples and

2025-01-10 15:47:30