Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1001 - 1010 of 4,138 for document (2.05 seconds)

Filter
  1. Recursive feature elimination with cross-valida...

    A Recursive Feature Elimination (RFE) example with automatic tuning of the number of features selected with cross-validation. Data generation: We build a classification task using 3 informative fea...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Tue Mar 17 03:44:36 UTC 2026
      16.8K bytes
      Cache
     
  2. Early stopping of Stochastic Gradient Descent —...

    Stochastic Gradient Descent is an optimization technique which minimizes a loss function in a stochastic fashion, performing a gradient descent step sample by sample. In particular, it is a very ef...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Tue Mar 17 03:44:39 UTC 2026
      17.8K bytes
      Cache
     
  3. Outlier detection on a real data set — scikit-l...

    This example illustrates the need for robust covariance estimation on a real data set. It is useful both for outlier detection and for a better understanding of the data structure. We selected two ...
    scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html
    Tue Mar 17 03:44:38 UTC 2026
      17.2K bytes
      Cache
     
  4. Poisson regression and non-normal loss — scikit...

    This example illustrates the use of log-linear Poisson regression on the French Motor Third-Party Liability Claims dataset from 1 and compares it with a linear model fitted with the usual least squ...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Tue Mar 17 03:44:38 UTC 2026
      26.7K bytes
      Cache
     
  5. Image denoising using kernel PCA — scikit-learn...

    This example shows how to use KernelPCA to denoise images. In short, we take advantage of the approximation function learned during fit to reconstruct the original image. We will compare the result...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Tue Mar 17 03:44:39 UTC 2026
      17.4K bytes
      Cache
     
  6. Permutation Importance with Multicollinear or C...

    In this example, we compute the permutation_importance of the features to a trained RandomForestClassifier using the Breast cancer Wisconsin (diagnostic) dataset. The model can easily get about 97%...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Tue Mar 17 03:44:39 UTC 2026
      19K bytes
      Cache
     
  7. Swiss Roll And Swiss-Hole Reduction — scikit-le...

    This notebook seeks to compare two popular non-linear dimensionality techniques, T-distributed Stochastic Neighbor Embedding (t-SNE) and Locally Linear Embedding (LLE), on the classic Swiss Roll da...
    scikit-learn.org/stable/auto_examples/manifold/plot_swissroll.html
    Tue Mar 17 03:44:36 UTC 2026
      16.5K bytes
      Cache
     
  8. Plot Ridge coefficients as a function of the re...

    Shows the effect of collinearity in the coefficients of an estimator. Ridge Regression is the estimator used in this example. Each color represents a different feature of the coefficient vector, an...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html
    Tue Mar 17 03:44:39 UTC 2026
      16.1K bytes
      Cache
     
  9. Multilabel classification using a classifier ch...

    This example shows how to use ClassifierChain to solve a multilabel classification problem. The most naive strategy to solve such a task is to independently train a binary classifier on each label ...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Tue Mar 17 03:44:36 UTC 2026
      17.6K bytes
      Cache
     
  10. Concatenating multiple feature extraction metho...

    In many real-world examples, there are many ways to extract features from a dataset. Often it is beneficial to combine several methods to obtain good performance. This example shows how to use Feat...
    scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html
    Tue Mar 17 03:44:36 UTC 2026
      16.8K bytes
      Cache
     
Back to Top