- Sort Score
- Num 10 results
- Language All
- Labels All
Results 761 - 770 of 3,496 for document (2.94 seconds)
-
LabelPropagation — scikit-learn 1.8.0 doc...
Skip to main content Back to top Ctrl + K GitHub Choose version LabelPropagation # class sklearn.semi_supervised. Lab...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html -
gen_even_slices — scikit-learn 1.8.0 docu...
scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html -
export_text — scikit-learn 1.8.0 document...
Skip to main content Back to top Ctrl + K GitHub Choose version export_text # sklearn.tree. export_text ( decision_tr...scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html -
as_float_array — scikit-learn 1.8.0 docum...
Skip to main content Back to top Ctrl + K GitHub Choose version as_float_array # sklearn.utils. as_float_array ( X , ...scikit-learn.org/stable/modules/generated/sklearn.utils.as_float_array.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 -
Robust covariance estimation and Mahalanobis di...
This example shows covariance estimation with Mahalanobis distances on Gaussian distributed data. For Gaussian distributed data, the distance of an observation x_i to the mode of the distribution c...scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html -
Linear and Quadratic Discriminant Analysis with...
This example plots the covariance ellipsoids of each class and the decision boundary learned by LinearDiscriminantAnalysis(LDA) and QuadraticDiscriminantAnalysis(QDA). The ellipsoids display the do...scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html -
Comparison of the K-Means and MiniBatchKMeans c...
We want to compare the performance of the MiniBatchKMeans and KMeans: the MiniBatchKMeans is faster, but gives slightly different results (see Mini Batch K-Means). We will cluster a set of data, fi...scikit-learn.org/stable/auto_examples/cluster/plot_mini_batch_kmeans.html -
HuberRegressor vs Ridge on dataset with strong ...
Fit Ridge and HuberRegressor on a dataset with outliers. The example shows that the predictions in ridge are strongly influenced by the outliers present in the dataset. The Huber regressor is less ...scikit-learn.org/stable/auto_examples/linear_model/plot_huber_vs_ridge.html -
Lasso, Lasso-LARS, and Elastic Net paths —...
This example shows how to compute the “paths” of coefficients along the Lasso, Lasso-LARS, and Elastic Net regularization paths. In other words, it shows the relationship between the regularization...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path.html