Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 561 - 570 of 4,138 for document (1.52 seconds)

Filter
  1. 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
    Tue Mar 17 03:44:36 UTC 2026
      15.6K bytes
      Cache
     
  2. 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
    Tue Mar 17 03:44:38 UTC 2026
      13.3K bytes
      Cache
     
  3. 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
    Tue Mar 17 03:44:39 UTC 2026
      17.3K 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
    Tue Mar 17 03:44:38 UTC 2026
      12.7K bytes
      Cache
     
  5. 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
    Tue Mar 17 03:44:36 UTC 2026
      18.9K bytes
      Cache
     
  6. 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
    Tue Mar 17 03:44:39 UTC 2026
      14.1K bytes
      Cache
     
  7. 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
    Tue Mar 17 03:44:36 UTC 2026
      13K bytes
      Cache
     
  8. sklearn.impute — scikit-learn 1.8.0 documentation

    Transformers for missing value imputation. User guide. See the Imputation of missing values section for further details.
    scikit-learn.org/stable/api/sklearn.impute.html
    Tue Mar 17 03:44:39 UTC 2026
      12.3K bytes
      Cache
     
  9. sklearn.base — scikit-learn 1.8.0 documentation

    Base classes for all estimators and various utility functions.
    scikit-learn.org/stable/api/sklearn.base.html
    Tue Mar 17 03:44:36 UTC 2026
      12.6K bytes
      Cache
     
  10. 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
    Tue Mar 17 03:44:39 UTC 2026
      14.6K bytes
      Cache
     
Back to Top