- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 681 - 690 of 1,549 for document (0.08 sec)
-
SVM: Separating hyperplane for unbalanced class...
Find the optimal separating hyperplane using an SVC for classes that are unbalanced. We first find the separating plane with a plain SVC and then plot (dashed) the separating hyperplane with automa...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html -
Various Agglomerative Clustering on a 2D embedd...
An illustration of various linkage option for agglomerative clustering on a 2D embedding of the digits dataset. The goal of this example is to show intuitively how the metrics behave, and not to fi...scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html -
Comparing different clustering algorithms on to...
This example shows characteristics of different clustering algorithms on datasets that are “interesting” but still in 2D. With the exception of the last dataset, the parameters of each of these dat...scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html -
Face completion with a multi-output estimators ...
This example shows the use of multi-output estimator to complete images. The goal is to predict the lower half of a face given its upper half. The first column of images shows true faces. The next ...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html -
User Guide — scikit-learn 1.7.1 documentation
Supervised learning- Linear Models- Ordinary Least Squares, Ridge regression and classification, Lasso, Multi-task Lasso, Elastic-Net, Multi-task Elastic-Net, Least Angle Regression, LARS Lasso, Or...scikit-learn.org/stable/user_guide.html -
Ensemble methods — scikit-learn 1.7.1 documenta...
Examples concerning the sklearn.ensemble module. Categorical Feature Support in Gradient Boosting Combine predictors using stacking Comparing Random Forests and Histogram Gradient Boosting models C...scikit-learn.org/stable/auto_examples/ensemble/index.html -
Dataset examples — scikit-learn 1.7.1 documenta...
scikit-learn.org/stable/auto_examples/datasets/index.html -
Feature Selection — scikit-learn 1.7.1 document...
Examples concerning the sklearn.feature_selection module. Comparison of F-test and mutual information Model-based and sequential feature selection Pipeline ANOVA SVM Recursive feature elimination R...scikit-learn.org/stable/auto_examples/feature_selection/index.html -
Multiclass methods — scikit-learn 1.7.1 documen...
scikit-learn.org/stable/auto_examples/multiclass/index.html -
Multioutput methods — scikit-learn 1.7.1 docume...
Examples concerning the sklearn.multioutput module. Multilabel classification using a classifier chainscikit-learn.org/stable/auto_examples/multioutput/index.html