- Sort Score
- Num 10 results
- Language All
- Labels All
Results 881 - 890 of 4,138 for document (6.38 seconds)
Filter
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
MethodMapping — scikit-learn 1.8.0 docume...
scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MethodMapping.html