sklearn.tree.export_graphviz()
  • References/Python/scikit-learn/API Reference/tree

sklearn.tree.export_graphviz()

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

class sklearn.linear_model.LogisticRegressionCV(Cs=10, fit_intercept=True, cv=None, dual=False, penalty='l2', scoring=None

2025-01-10 15:47:30
Gaussian process regression with noise-level estimation
  • References/Python/scikit-learn/Examples/Gaussian Process for Machine Learning

This example illustrates that GPR with a sum-kernel including a WhiteKernel can estimate the noise level of data. An illustration

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

class sklearn.linear_model.LassoLarsIC(criterion='aic', fit_intercept=True, verbose=False, normalize=True, precompute='auto', max_iter=500

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

Datasets Scikit-learn deals with learning information from one or more datasets that are represented as 2D arrays. They can be understood as a list of multi-dimensional observations

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

class sklearn.linear_model.RidgeClassifierCV(alphas=(0.1, 1.0, 10.0), fit_intercept=True, normalize=False, scoring=None, cv=None

2025-01-10 15:47:30
Hyper-parameters of Approximate Nearest Neighbors
  • References/Python/scikit-learn/Examples/Nearest Neighbors

This example demonstrates the behaviour of the accuracy of the nearest neighbor queries of Locality Sensitive Hashing Forest as the number

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

Warning DEPRECATED

2025-01-10 15:47:30
Adjustment for chance in clustering performance evaluation
  • References/Python/scikit-learn/Examples/Clustering

The following plots demonstrate the impact of the number of clusters and number of samples on various clustering performance evaluation

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

class sklearn.gaussian_process.kernels.Exponentiation(kernel, exponent)

2025-01-10 15:47:30