- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 921 for commute (0.27 sec)
-
SparseRandomProjection — scikit-learn 1.7.1 doc...
only computed if compute_inverse_components is...0.1 , dense_output = False , compute_inverse_components = False...scikit-learn.org/stable/modules/generated/sklearn.random_projection.SparseRandomProjection.html -
euclidean_distances — scikit-learn 1.7.1 docume...
X_norm_squared = None ) [source] # Compute the distance matrix between...pair of row vector x and y is computed as: dist ( x , y ) = sqrt...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.euclidean_distances.html -
EllipticEnvelope — scikit-learn 1.7.1 documenta...
and covariance estimates is computed, and a covariance estimate...and covariance are directly computed with the FastMCD algorithm...scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html -
lasso_path — scikit-learn 1.7.1 documentation
** params ) [source] # Compute Lasso path with coordinate...default=None List of alphas where to compute the models. If None alphas...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html -
smacof — scikit-learn 1.7.1 documentation
Compute the stress Compute the Guttman Transform...normalized_stress = 'auto' ) [source] # Compute multidimensional scaling using...scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html -
Elasticsearch retrievers architecture and use-c...
my-text-embedding-model ) to compute the actual query vector that...to the embedding service to compute the vector for the given model_text...www.elastic.co/search-labs/blog/elasticsearch-retrievers-ga-8.16.0 -
ShrunkCovariance — scikit-learn 1.7.1 documenta...
will not be centered before computation. Useful when working with...will be centered before computation. shrinkage float, default=0.1...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html -
recall_score — scikit-learn 1.7.1 documentation
zero_division = 'warn' ) [source] # Compute the recall. The recall is the...recall for both classes are computed then averaged or both returned...scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html -
auc — scikit-learn 1.7.1 documentation
y ) [source] # Compute Area Under the Curve (AUC)...given points on a curve. For computing the area under the ROC-curve,...scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html -
paired_distances — scikit-learn 1.7.1 documenta...
[source] # Compute the paired distances between X and Y. Compute the...n_features) Array 1 for distance computation. Y ndarray of shape (n_samples,...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_distances.html