cross_decomposition.PLSSVD()
  • References/Python/scikit-learn/API Reference/cross_decomposition

class sklearn.cross_decomposition.PLSSVD(n_components=2, scale=True, copy=True)

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

class sklearn.cross_decomposition.CCA(n_components=2, scale=True, max_iter=500, tol=1e-06, copy=True)

2025-01-10 15:47:30
Species distribution modeling
  • References/Python/scikit-learn/Examples/Examples based on real world datasets

Modeling species? geographic distributions is an important problem in conservation biology. In this example we model the geographic distribution of two south american

2025-01-10 15:47:30
Plot multinomial and One-vs-Rest Logistic Regression
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Plot decision surface of multinomial and One-vs-Rest Logistic Regression. The hyperplanes corresponding to the three One-vs-Rest (OVR) classifiers

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

Warning DEPRECATED

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
Univariate Feature Selection
  • References/Python/scikit-learn/Examples/Feature Selection

An example showing univariate feature selection. Noisy (non informative) features are added to the iris data and univariate feature selection is applied

2025-01-10 15:47:30
Plot multi-class SGD on the iris dataset
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Plot decision surface of multi-class SGD on iris dataset. The hyperplanes corresponding to the three one-versus-all (OVA) classifiers are represented

2025-01-10 15:47:30
Ordinary Least Squares and Ridge Regression Variance
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Due to the few points in each dimension and the straight line that linear regression uses to follow these points as well as it can, noise

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

sklearn.preprocessing.maxabs_scale(X, axis=0, copy=True)

2025-01-10 15:47:30