- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 781 - 790 of 1,549 for document (0.39 sec)
-
Crafting a minimal reproducer for scikit-learn ...
such as this StackOverflow document or this blogpost by Matthew...scikit-learn.org/stable/developers/minimal_reproducer.html -
Shrinkage covariance estimation: LedoitWolf vs ...
When working with covariance estimation, the usual approach is to use a maximum likelihood estimator, such as the EmpiricalCovariance. It is unbiased, i.e. it converges to the true (population) cov...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
Feature discretization — scikit-learn 1.7.1 doc...
A demonstration of feature discretization on synthetic classification datasets. Feature discretization decomposes each feature into a set of bins, here equally distributed in width. The discrete va...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
Logistic function — scikit-learn 1.7.1 document...
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. Total running time of the scrip...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html -
Classifier comparison — scikit-learn 1.7.1 docu...
A comparison of several classifiers in scikit-learn on synthetic datasets. The point of this example is to illustrate the nature of decision boundaries of different classifiers. This should be take...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
Release History — scikit-learn 1.7.1 documentation
Changelogs and release notes for all scikit-learn releases are linked in this page. Version 1.7- Version 1.7.1, Version 1.7.0., Version 1.6- Version 1.6.1, Version 1.6.0., Version 1.5- Version 1.5....scikit-learn.org/stable/whats_new.html -
Covariance estimation — scikit-learn 1.7.1 docu...
Examples concerning the sklearn.covariance module. Ledoit-Wolf vs OAS estimation Robust covariance estimation and Mahalanobis distances relevance Robust vs Empirical covariance estimate Shrinkage c...scikit-learn.org/stable/auto_examples/covariance/index.html -
Developing Estimators — scikit-learn 1.7.1 docu...
scikit-learn.org/stable/auto_examples/developing_estimators/index.html -
GMM covariances — scikit-learn 1.7.1 documentation
Demonstration of several covariances types for Gaussian mixture models. See Gaussian mixture models for more information on the estimator. Although GMM are often used for clustering, we can compare...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
Incremental PCA — scikit-learn 1.7.1 documentation
Incremental principal component analysis (IPCA) is typically used as a replacement for principal component analysis (PCA) when the dataset to be decomposed is too large to fit in memory. IPCA build...scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html