- Sort Score
- Num 10 results
- Language All
- Labels All
Results 521 - 530 of 2,523 for commute (0.83 seconds)
Filter
-
PartialDependenceDisplay — scikit-learn 1.8.0 d...
to use to compute the partial dependences. Computation is parallelized...for which the PDPs should be computed. Note that for binary classification,...scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html -
euclidean_distances — scikit-learn 1.8.0 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 -
1.8. Cross decomposition — scikit-learn 1.8.0 d...
K]\) : a) compute \(u_k \in \mathbb{R}^d\) and...performed in two ways: either by computing the whole SVD of \(C\) and...scikit-learn.org/stable/modules/cross_decomposition.html -
IncrementalPCA — scikit-learn 1.8.0 documentation
The computational overhead of each SVD is...n_samples / batch_size SVD computations to get the principal components,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html -
7.8. Pairwise metrics, Affinities and Kernels —...
SVMs in computer vision applications. It can be computed using...similarity # cosine_similarity computes the L2-normalized dot product...scikit-learn.org/stable/modules/metrics.html -
Selecting dimensionality reduction with Pipelin...
- >1 : the computation time for each fold and parameter...the starting time of the computation. 0 pre_dispatch pre_dispatch:...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
sklearn.utils — scikit-learn 1.8.0 documentation
murmurhash3_32 Compute the 32bit murmurhash3 of key...scikit-learn. extmath.density Compute density of a sparse vector....scikit-learn.org/stable/api/sklearn.utils.html -
NearestNeighbors — scikit-learn 1.8.0 documenta...
default=’auto’ Algorithm used to compute the nearest neighbors: ‘ball_tree’...Metric to use for distance computation. Default is “minkowski”,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html -
TransactionExecutionListener (Spring Framework ...
occurring during commit (or null after a successful commit step) beforeRollback...Callback after the transaction commit step. default void afterRollback...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/transaction/Transact... -
Rollback (Spring Framework 7.0.2 API)
class-level default commit or rollback semantics. @Commit can be used...@Rollback(false) . Warning : Declaring @Commit and @Rollback on the same test...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/annotation/Roll...