- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1171 - 1180 of 1,699 for document (0.22 sec)
-
Blind source separation using FastICA — scikit-...
An example of estimating sources from noisy data. Independent component analysis (ICA) is used to estimate sources given noisy measurements. Imagine 3 instruments playing simultaneously and 3 micro...scikit-learn.org/stable/auto_examples/decomposition/plot_ica_blind_source_separation.html -
mutual_info_score — scikit-learn 1.7.0 document...
scikit-learn.org/stable/modules/generated/sklearn.metrics.mutual_info_score.html -
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 -
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 -
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 -
Effect of transforming the targets in regressio...
In this example, we give an overview of TransformedTargetRegressor. We use two examples to illustrate the benefit of transforming the targets before learning a linear regression model. The first ex...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
sklearn.feature_selection — scikit-learn 1.7.0 ...
Feature selection algorithms. These include univariate filter selection methods and the recursive feature elimination algorithm. User guide. See the Feature selection section for further details.scikit-learn.org/stable/api/sklearn.feature_selection.html -
precision_recall_curve — scikit-learn 1.7.0 doc...
scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_curve.html -
mutual_info_classif — scikit-learn 1.7.0 docume...
scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html -
mutual_info_regression — scikit-learn 1.7.0 doc...
scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html