sklearn.metrics.pairwise.paired_cosine_distances()
  • References/Python/scikit-learn/API Reference/metrics

sklearn.metrics.pairwise.paired_cosine_distances(X, Y)

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

Warning DEPRECATED

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

Warning DEPRECATED

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

sklearn.svm.libsvm.decision_function() Predict margin (libsvm name for this is predict_values) We

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

class sklearn.gaussian_process.kernels.RationalQuadratic(length_scale=1.0, alpha=1.0, length_scale_bounds=(1e-05

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

class sklearn.tree.DecisionTreeClassifier(criterion='gini', splitter='best', max_depth=None, min_samples_split=2, min_samples_leaf=1

2025-01-10 15:47:30
FastICA on 2D point clouds
  • References/Python/scikit-learn/Examples/Decomposition

This example illustrates visually in the feature space a comparison by results using two different component analysis techniques.

2025-01-10 15:47:30
Classifier comparison
  • References/Python/scikit-learn/Examples/Classification

A comparison of a several classifiers in scikit-learn on synthetic datasets. The point of this example is to illustrate the nature of decision boundaries of different

2025-01-10 15:47:30
Lasso on dense and sparse data
  • References/Python/scikit-learn/Examples/Generalized Linear Models

We show that linear_model.Lasso provides the same results for dense and sparse data and that in the case of sparse data the speed is improved.

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

Decision Trees (DTs) are a non-parametric supervised learning method used for

2025-01-10 15:47:30