- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 923 for commute (0.28 sec)
-
PartialDependenceDisplay — scikit-learn 1.7.1 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 -
Elasticsearch Serverless pricing | Elastic
Serverless charges separately for compute (VCUs with 1GB RAM) and storage...goals. Learn more Virtual Compute Unit (VCU) There are three...www.elastic.co/pricing/serverless-search -
accuracy_score — scikit-learn 1.7.1 documentation
this function computes subset accuracy: the set of...also balanced_accuracy_score Compute the balanced accuracy to deal...scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html -
NearestNeighbors — scikit-learn 1.7.1 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 -
empirical_covariance — scikit-learn 1.7.1 docum...
assume_centered = False ) [source] # Compute the Maximum likelihood covariance...n_features) Data from which to compute the covariance estimate. assume_centered...scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html -
API Reference — scikit-learn 1.7.1 documentation
cluster compute_optics_graph Compute the OPTICS reachability...sklearn.calibration calibration_curve Compute true and predicted probabilities...scikit-learn.org/stable/api/index.html -
ledoit_wolf_shrinkage — scikit-learn 1.7.1 docu...
n_features) Data from which to compute the Ledoit-Wolf shrunk covariance...will not be centered before computation. Useful to work with data...scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf_shrinkage.html -
5.2. Permutation feature importance — scikit-le...
cross-validation) prior to computing importances. Permutation importance...Permutation importances can be computed either on the training set...scikit-learn.org/stable/modules/permutation_importance.html -
Lasso, Lasso-LARS, and Elastic Net paths — scik...
algorithm to compute the paths. The paths are computed using lasso_path...This example shows how to compute the “paths” of coefficients...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path.html -
Comparing Random Forests and Histogram Gradient...
and 8 features Compute score and computation times # Notice that...models in terms of score and computation time for a regression dataset,...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html