Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 981 - 990 of 3,604 for document (3.68 seconds)

Filter
  1. Neighborhood Components Analysis Illustration —...

    This example illustrates a learned distance metric that maximizes the nearest neighbors classification accuracy. It provides a visual representation of this metric compared to the original point sp...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html
    Tue Mar 17 03:44:38 UTC 2026
      16.4K bytes
      Cache
     
  2. 2.6. Covariance estimation — scikit-learn 1.8.0...

    Many statistical problems require the estimation of a population’s covariance matrix, which can be seen as an estimation of data set scatter plot shape. Most of the time, such an estimation has to ...
    scikit-learn.org/stable/modules/covariance.html
    Tue Mar 17 03:44:36 UTC 2026
      12.6K bytes
      Cache
     
  3. 1.7. Gaussian Processes — scikit-learn 1.8.0 do...

    Gaussian Processes (GP) are a nonparametric supervised learning method used to solve regression and probabilistic classification problems. The advantages of Gaussian processes are: The prediction i...
    scikit-learn.org/stable/modules/gaussian_process.html
    Tue Mar 17 03:44:39 UTC 2026
      16.5K bytes
      Cache
     
  4. 7.6. Random Projection — scikit-learn 1.8.0 doc...

    The sklearn.random_projection module implements a simple and computationally efficient way to reduce the dimensionality of the data by trading a controlled amount of accuracy (as additional varianc...
    scikit-learn.org/stable/modules/random_projection.html
    Tue Mar 17 03:44:39 UTC 2026
      9.9K bytes
      Cache
     
  5. 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
    Tue Mar 17 03:44:38 UTC 2026
      17.6K bytes
      Cache
     
  6. Concentration Prior Type Analysis of Variation ...

    This example plots the ellipsoids obtained from a toy dataset (mixture of three Gaussians) fitted by the BayesianGaussianMixture class models with a Dirichlet distribution prior ( weight_concentrat...
    scikit-learn.org/stable/auto_examples/mixture/plot_concentration_prior.html
    Tue Mar 17 03:44:36 UTC 2026
      17.7K bytes
      Cache
     
  7. Imputing missing values with variants of Iterat...

    The IterativeImputer class is very flexible - it can be used with a variety of estimators to do round-robin regression, treating every variable as an output in turn. In this example we compare some...
    scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html
    Tue Mar 17 03:44:39 UTC 2026
      18K bytes
      Cache
     
  8. Overview of multiclass training meta-estimators...

    In this example, we discuss the problem of classification when the target variable is composed of more than two classes. This is called multiclass classification. In scikit-learn, all estimators su...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Tue Mar 17 03:44:38 UTC 2026
      18.6K bytes
      Cache
     
  9. Label Propagation digits: Active learning — sci...

    Demonstrates an active learning technique to learn handwritten digits using label propagation. We start by training a label propagation model with only 10 labeled points, then we select the top fiv...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits_active_learni...
    Tue Mar 17 03:44:38 UTC 2026
      17.7K bytes
      Cache
     
  10. Label Propagation digits: Demonstrating perform...

    This example demonstrates the power of semisupervised learning by training a Label Spreading model to classify handwritten digits with sets of very few labels. The handwritten digit dataset has 179...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html
    Tue Mar 17 03:44:38 UTC 2026
      16.7K bytes
      Cache
     
Back to Top