- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 701 - 710 of 1,702 for document (0.24 sec)
-
estimate_bandwidth — scikit-learn 1.7.0 documen...
Gallery examples: Comparing different clustering algorithms on toy datasets A demo of the mean-shift clustering algorithmscikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html -
polynomial_kernel — scikit-learn 1.7.0 document...
Skip to main content Back to top Ctrl + K GitHub Choose version polynomial_kernel # sklearn.metrics.pairwise. polynom...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html -
min_pos — scikit-learn 1.7.0 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version min_pos # sklearn.utils.arrayfuncs. min_pos ( X ) # F...scikit-learn.org/stable/modules/generated/sklearn.utils.arrayfuncs.min_pos.html -
Plot classification probability — scikit-learn ...
This example illustrates the use of sklearn.inspection.DecisionBoundaryDisplay to plot the predicted class probabilities of various classifiers in a 2D feature space, mostly for didactic purposes. ...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html -
Gaussian Mixture Models — scikit-learn 1.7.0 do...
Examples concerning the sklearn.mixture module. Concentration Prior Type Analysis of Variation Bayesian Gaussian Mixture Density Estimation for a Gaussian mixture GMM Initialization Methods GMM cov...scikit-learn.org/stable/auto_examples/mixture/index.html -
Nearest Neighbors regression — scikit-learn 1.7...
Demonstrate the resolution of a regression problem using a k-Nearest Neighbor and the interpolation of the target using both barycenter and constant weights. Generate sample data: Here we generate ...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
RBF SVM parameters — scikit-learn 1.7.0 documen...
This example illustrates the effect of the parameters gamma and C of the Radial Basis Function (RBF) kernel SVM. Intuitively, the gamma parameter defines how far the influence of a single training ...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
Nearest Neighbors Classification — scikit-learn...
This example shows how to use KNeighborsClassifier. We train such a classifier on the iris dataset and observe the difference of the decision boundary obtained with regards to the parameter weights...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
sklearn.decomposition — scikit-learn 1.7.0 docu...
Matrix decomposition algorithms. These include PCA, NMF, ICA, and more. Most of the algorithms of this module can be regarded as dimensionality reduction techniques. User guide. See the Decomposing...scikit-learn.org/stable/api/sklearn.decomposition.html -
fetch_openml — scikit-learn 1.7.0 documentation
Gallery examples: Time-related feature engineering Image denoising using kernel PCA Column Transformer with Mixed Types Effect of transforming the targets in regression model Categorical Feature Su...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html