- Sort Score
- Num 10 results
- Language All
- Labels All
Results 541 - 550 of 3,178 for commute (1.17 seconds)
Filter
-
Architectures and deployment models - IBM Devel...
Featured Cloud Deliver on-demand computing resources with public, private,...multicloud architectures. Edge computing Use the edge of the Internet...developer.ibm.com/depmodels/ -
precision_recall_curve — scikit-learn 1.8...
drop_intermediate = False ) [source] # Compute precision-recall pairs for...decision function used to compute precision and recall where...scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_curve.html -
Post-tuning the decision threshold for cost-sen...
a small custom function to compute it. from sklearn.metrics import...as inverse link function to compute the predicted positive class...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
Set up your development environment — sci...
up pre-commit # Additionally, install the pre-commit hooks ,...before each commit in the Development workflow : pre-commit install...scikit-learn.org/stable/developers/development_setup.html -
AgglomerativeClustering — scikit-learn 1....
default=”euclidean” Metric used to compute the linkage. Can be “euclidean”,...cache the output of the computation of the tree. By default,...scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html -
smacof — scikit-learn 1.8.0 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 -
Nystroem — scikit-learn 1.8.0 documentation
computes kernel on these and computes normalization...number of jobs to use for the computation. This works by breaking down...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html -
LocalOutlierFactor — scikit-learn 1.8.0 d...
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.LocalOutlierFactor.html -
euclidean_distances — scikit-learn 1.8.0 ...
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 -
permutation_importance — scikit-learn 1.8...
The computation is done by computing permutation score...permutation importance will be computed. y array-like or None, shape...scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html