- Sort Score
- Num 10 results
- Language All
- Labels All
Results 441 - 450 of 3,423 for document (1.66 seconds)
-
Elastic web crawler | Enterprise Search documen...
crawler IMPORTANT : This documentation is no longer updated. Refer...version policy and the latest documentation . Elastic web crawler Looking...www.elastic.co/guide/en/enterprise-search/8.19/crawler.html -
PassiveAggressiveClassifier — scikit-lear...
scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html -
1.15. Isotonic regression — scikit-learn ...
The class IsotonicRegression fits a non-decreasing real function to 1-dimensional data. It solves the following problem:\min \sum_i w_i (y_i - \hat{y}_i)^2 subject to\hat{y}_i \le \hat{y}_j wheneve...scikit-learn.org/stable/modules/isotonic.html -
7.7. Kernel Approximation — scikit-learn ...
This submodule contains functions that approximate the feature mappings that correspond to certain kernels, as they are used for example in support vector machines (see Support Vector Machines). Th...scikit-learn.org/stable/modules/kernel_approximation.html -
1.8. Cross decomposition — scikit-learn 1...
The cross decomposition module contains supervised estimators for dimensionality reduction and regression, belonging to the “Partial Least Squares” family. Cross decomposition algorithms find the f...scikit-learn.org/stable/modules/cross_decomposition.html -
Comparing Linear Bayesian Regressors — sc...
This example compares two different bayesian regressors: a Automatic Relevance Determination - ARD, a Bayesian Ridge Regression. In the first part, we use an Ordinary Least Squares(OLS) model as a ...scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html -
An example of K-Means++ initialization — ...
An example to show the output of the sklearn.cluster.kmeans_plusplus function for generating initial seeds for clustering. K-Means++ is used as the default initialization for K-means. Total running...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_plusplus.html -
Plot Hierarchical Clustering Dendrogram —...
This example plots the corresponding dendrogram of a hierarchical clustering using AgglomerativeClustering and the dendrogram method available in scipy. Total running time of the script:(0 minutes ...scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_dendrogram.html -
OOB Errors for Random Forests — scikit-le...
The RandomForestClassifier is trained using bootstrap aggregation, where each new tree is fit from a bootstrap sample of the training observations z_i = (x_i, y_i). The out-of-bag(OOB) error is the...scikit-learn.org/stable/auto_examples/ensemble/plot_ensemble_oob.html -
Spectral clustering for image segmentation R...
In this example, an image with connected circles is generated and spectral clustering is used to separate the circles. In these settings, the Spectral clustering approach solves the problem know as...scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html