Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 591 - 600 of 3,496 for document (1.93 seconds)

  1. Segmenting the picture of greek coins in region...

    This example uses Spectral clustering on a graph created from voxel-to-voxel difference on an image to break this image into multiple partly-homogeneous regions. This procedure (spectral clustering...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_segmentation.html
    Mon Jan 19 11:28:24 GMT 2026
      95.2K bytes
      Cache
     
  2. Feature agglomeration vs. univariate selection ...

    This example compares 2 dimensionality reduction strategies: univariate feature selection with Anova, feature agglomeration with Ward hierarchical clustering. Both methods are compared in a regress...
    scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....
    Mon Jan 19 11:28:24 GMT 2026
      112.2K bytes
      Cache
     
  3. Scalable learning with polynomial kernel approx...

    This example illustrates the use of PolynomialCountSketch to efficiently generate polynomial kernel feature-space approximations. This is used to train linear classifiers that approximate the accur...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Mon Jan 19 11:28:24 GMT 2026
      116.6K bytes
      Cache
     
  4. L1 Penalty and Sparsity in Logistic Regression ...

    Comparison of the sparsity (percentage of zero coefficients) of solutions when L1, L2 and Elastic-Net penalty are used for different values of C. We can see that large values of C give more freedom...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html
    Mon Jan 19 11:28:24 GMT 2026
      99.1K bytes
      Cache
     
  5. Multiclass Receiver Operating Characteristic (R...

    This example describes the use of the Receiver Operating Characteristic (ROC) metric to evaluate the quality of multiclass classifiers. ROC curves typically feature true positive rate (TPR) on the ...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Mon Jan 19 11:28:25 GMT 2026
      150.5K bytes
      Cache
     
  6. Simple 1D Kernel Density Estimation — sci...

    This example uses the KernelDensity class to demonstrate the principles of Kernel Density Estimation in one dimension. The first plot shows one of the problems with using histograms to visualize th...
    scikit-learn.org/stable/auto_examples/neighbors/plot_kde_1d.html
    Mon Jan 19 11:28:24 GMT 2026
      115.9K bytes
      Cache
     
  7. Semi-supervised Classification on a Text Datase...

    This example demonstrates the effectiveness of semi-supervised learning for text classification on TF-IDF features when labeled data is scarce. For such purpose we compare four different approaches...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Mon Jan 19 11:28:25 GMT 2026
      116.4K bytes
      Cache
     
  8. Target Encoder’s Internal Cross fitting —...

    The TargetEncoder replaces each category of a categorical feature with the shrunk mean of the target variable for that category. This method is useful in cases where there is a strong relationship ...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Mon Jan 19 11:28:23 GMT 2026
      112.5K bytes
      Cache
     
  9. Dimensionality Reduction with Neighborhood Comp...

    Sample usage of Neighborhood Components Analysis for dimensionality reduction. This example compares different (linear) dimensionality reduction methods applied on the Digits data set. The data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Mon Jan 19 11:28:25 GMT 2026
      98K bytes
      Cache
     
  10. Regularization path of L1- Logistic Regression ...

    Train l1-penalized logistic regression models on a binary classification problem derived from the Iris dataset. The models are ordered from strongest regularized to least regularized. The 4 coeffic...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Mon Jan 19 11:28:25 GMT 2026
      96.3K bytes
      Cache
     
Back to Top