Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 381 - 390 of 2,583 for document (0.57 seconds)

Filter
  1. Covariance estimation — scikit-learn 1.8.0 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
    Mon Mar 23 20:39:20 UTC 2026
      13.3K bytes
      Cache
     
  2. Incremental PCA — scikit-learn 1.8.0 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
    Mon Mar 23 20:39:20 UTC 2026
      15.6K bytes
      Cache
     
  3. Developing Estimators — scikit-learn 1.8.0 docu...

    Examples concerning the development of Custom Estimator.__sklearn_is_fitted__ as Developer API
    scikit-learn.org/stable/auto_examples/developing_estimators/index.html
    Mon Mar 23 20:39:21 UTC 2026
      12.7K bytes
      Cache
     
  4. Kernel Approximation — scikit-learn 1.8.0 docum...

    Examples concerning the sklearn.kernel_approximation module. Scalable learning with polynomial kernel approximation
    scikit-learn.org/stable/auto_examples/kernel_approximation/index.html
    Mon Mar 23 20:39:22 UTC 2026
      12.7K bytes
      Cache
     
  5. GMM covariances — scikit-learn 1.8.0 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
    Mon Mar 23 20:39:21 UTC 2026
      17.3K bytes
      Cache
     
  6. sklearn.linear_model — scikit-learn 1.8.0 docum...

    A variety of linear models. User guide. See the Linear Models section for further details. The following subsections are only rough guidelines: the same estimator can fall into multiple categories,...
    scikit-learn.org/stable/api/sklearn.linear_model.html
    Mon Mar 23 20:39:20 UTC 2026
      14.6K bytes
      Cache
     
  7. Feature discretization — scikit-learn 1.8.0 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
    Mon Mar 23 20:39:20 UTC 2026
      18.9K bytes
      Cache
     
  8. sklearn.datasets — scikit-learn 1.8.0 documenta...

    Utilities to load popular datasets and artificial data generators. User guide. See the Dataset loading utilities section for further details. Loaders: Sample generators:
    scikit-learn.org/stable/api/sklearn.datasets.html
    Mon Mar 23 20:39:20 UTC 2026
      14.1K bytes
      Cache
     
  9. sklearn.gaussian_process — scikit-learn 1.8.0 d...

    Gaussian process based regression and classification. User guide. See the Gaussian Processes section for further details. Kernels: A set of kernels that can be combined by operators and used in Gau...
    scikit-learn.org/stable/api/sklearn.gaussian_process.html
    Mon Mar 23 20:39:21 UTC 2026
      13K bytes
      Cache
     
  10. sklearn.semi_supervised — scikit-learn 1.8.0 do...

    Semi-supervised learning algorithms. These algorithms utilize small amounts of labeled data and large amounts of unlabeled data for classification tasks. User guide. See the Semi-supervised learnin...
    scikit-learn.org/stable/api/sklearn.semi_supervised.html
    Mon Mar 23 20:39:20 UTC 2026
      12.3K bytes
      Cache
     
Back to Top