Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 881 - 890 of 4,138 for document (6.38 seconds)

Filter
  1. 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
    Tue Mar 17 03:44:38 UTC 2026
      16.6K bytes
      Cache
     
  2. 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
    Tue Mar 17 03:44:39 UTC 2026
      16.4K bytes
      Cache
     
  3. Target Encoder’s Internal Cross fitting — sciki...

    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
    Tue Mar 17 03:44:38 UTC 2026
      18.2K bytes
      Cache
     
  4. Simple 1D Kernel Density Estimation — scikit-le...

    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
    Tue Mar 17 03:44:39 UTC 2026
      17.6K bytes
      Cache
     
  5. 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
    Tue Mar 17 03:44:38 UTC 2026
      16.4K bytes
      Cache
     
  6. Using KBinsDiscretizer to discretize continuous...

    The example compares prediction result of linear regression (linear model) and decision tree (tree based model) with and without discretization of real-valued features. As is shown in the result be...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html
    Tue Mar 17 03:44:38 UTC 2026
      16.1K 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
    Tue Mar 17 03:44:39 UTC 2026
      18.3K bytes
      Cache
     
  8. 1.4. Support Vector Machines — scikit-learn 1.8...

    Support vector machines (SVMs) are a set of supervised learning methods used for classification, regression and outliers detection. The advantages of support vector machines are: Effective in high ...
    scikit-learn.org/stable/modules/svm.html
    Tue Mar 17 03:44:39 UTC 2026
      22.3K bytes
      Cache
     
  9. incr_mean_variance_axis — scikit-learn 1....

    Skip to main content Back to top Ctrl + K GitHub Choose version incr_mean_variance_axis # sklearn.utils.sparsefuncs. ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.incr_mean_variance_axis.html
    Mon Feb 02 09:23:44 UTC 2026
      112.2K bytes
      Cache
     
  10. MethodMapping — scikit-learn 1.8.0 docume...

    Gallery examples: Metadata Routing
    scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MethodMapping.html
    Mon Feb 02 09:23:44 UTC 2026
      108.2K bytes
      Cache
     
Back to Top