- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 751 - 760 of 1,682 for document (0.47 sec)
-
check_increasing — scikit-learn 1.6.1 documenta...
Skip to main content Back to top Ctrl + K GitHub Choose version check_increasing # sklearn.isotonic. check_increasing...scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html -
Model selection with Probabilistic PCA and Fact...
Probabilistic PCA and Factor Analysis are probabilistic models. The consequence is that the likelihood of new data can be used for model selection and covariance estimation. Here we compare PCA and...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html -
Illustration of Gaussian process classification...
This example illustrates GPC on XOR data. Compared are a stationary, isotropic kernel (RBF) and a non-stationary kernel (DotProduct). On this particular dataset, the DotProduct kernel obtains consi...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html -
t-SNE: The effect of various perplexity values ...
An illustration of t-SNE on the two concentric circles and the S-curve datasets for different perplexity values. We observe a tendency towards clearer shapes as the perplexity value increases. The ...scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html -
inplace_csr_row_normalize_l1 — scikit-learn 1.6...
Skip to main content Back to top Ctrl + K GitHub Choose version inplace_csr_row_normalize_l1 # sklearn.utils.sparsefu...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
6.8. Pairwise metrics, Affinities and Kernels —...
computing the similarity of documents represented as tf-idf vectors....-ouvertes.fr/hal-00171412/document On this page This Page...scikit-learn.org/stable/modules/metrics.html -
Compare cross decomposition methods — scikit-le...
Simple usage of various cross decomposition algorithms: PLSCanonical, PLSRegression, with multivariate response, a.k.a. PLS2, PLSRegression, with univariate response, a.k.a. PLS1, CCA. Given 2 mult...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
Decision Tree Regression with AdaBoost — scikit...
A decision tree is boosted using the AdaBoost.R2 1 algorithm on a 1D sinusoidal dataset with a small amount of Gaussian noise. 299 boosts (300 decision trees) is compared with a single decision tre...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_regression.html -
Gaussian Mixture Model Ellipsoids — scikit-lear...
Plot the confidence ellipsoids of a mixture of two Gaussians obtained with Expectation Maximisation ( GaussianMixture class) and Variational Inference ( BayesianGaussianMixture class models with a ...scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html -
6. Dataset transformations — scikit-learn 1.6.1...
scikit-learn provides a library of transformers, which may clean (see Preprocessing data), reduce (see Unsupervised dimensionality reduction), expand (see Kernel Approximation) or generate (see Fea...scikit-learn.org/stable/data_transforms.html