- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1041 - 1050 of 1,699 for document (0.29 sec)
-
calinski_harabasz_score — scikit-learn 1.7.0 do...
Skip to main content Back to top Ctrl + K GitHub Choose version calinski_harabasz_score # sklearn.metrics. calinski_h...scikit-learn.org/stable/modules/generated/sklearn.metrics.calinski_harabasz_score.html -
Shrinkage covariance estimation: LedoitWolf vs ...
When working with covariance estimation, the usual approach is to use a maximum likelihood estimator, such as the EmpiricalCovariance. It is unbiased, i.e. it converges to the true (population) cov...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
1.1. Linear Models — scikit-learn 1.7.0 documen...
Examples Classification of text documents using sparse features 1.1.2.3....Stochastic Gradient Descent documentation section for more details....scikit-learn.org/stable/modules/linear_model.html -
Demonstration of multi-metric evaluation on cro...
Multiple metric parameter search can be done by setting the scoring parameter to a list of metric scorer names or a dict mapping the scorer names to the scorer callables. The scores of all the scor...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
One-class SVM with non-linear kernel (RBF) — sc...
An example using a one-class SVM for novelty detection. One-class SVM is an unsupervised algorithm that learns a decision function for novelty detection: classifying new data as similar or differen...scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html -
Manifold learning on handwritten digits: Locall...
We illustrate various embedding techniques on the digits dataset. Load digits dataset: We will load the digits dataset and only use six first of the ten available classes. We can plot the first hun...scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html -
is_multilabel — scikit-learn 1.7.0 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version is_multilabel # sklearn.utils.multiclass. is_multilab...scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.is_multilabel.html -
Getting Started — scikit-learn 1.7.0 documentation
The purpose of this guide is to illustrate some of the main features that scikit-learn provides. It assumes a very basic working knowledge of machine learning practices (model fitting, predicting, ...scikit-learn.org/stable/getting_started.html -
Release Highlights — scikit-learn 1.7.0 documen...
These examples illustrate the main features of the releases of scikit-learn. Release Highlights for scikit-learn 1.7 Release Highlights for scikit-learn 1.6 Release Highlights for scikit-learn 1.5 ...scikit-learn.org/stable/auto_examples/release_highlights/index.html -
Frozen Estimators — scikit-learn 1.7.0 document...
scikit-learn.org/stable/auto_examples/frozen/index.html