- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1181 - 1190 of 1,745 for store (4.51 seconds)
-
Shrinkage covariance estimation: LedoitWolf vs ...
score ( X_test ) for s in shrinkages...loglik_lw = lw . fit ( X_train ) . score ( X_test ) # OAS coefficient...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html -
GraphicalLassoCV — scikit-learn 1.7.2 doc...
) Log-likelihood score on left-out data across (k)th...of shape (n_alphas,) Mean of scores over the folds. Added in version...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
Release Highlights for scikit-learn 0.24 —...
the one that has the highest score on the last iteration. Read...based on a cross-validated score maximization. See the User Guide...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
Monotonic Constraints — scikit-learn 1.7....
early_stopping 'auto' scoring 'loss' val...early_stopping 'auto' scoring 'loss' val...scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html -
ClassifierChain — scikit-learn 1.7.2 docu...
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html -
Crafting a minimal reproducer for scikit-learn ...
score ( X_test , y_test ) other_score = gbdt . score ( X_test...gbdt . score ( X_test , y_test ) other_score = gbdt . score ( X_test...scikit-learn.org/stable/developers/minimal_reproducer.html -
StackingClassifier — scikit-learn 1.7.2 d...
score ( X_test , y_test ) 0.9... decision_function...probabilities of the input samples. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html -
__sklearn_is_fitted__ as Developer API — ...
X ) return predictions def score ( self , X , y ): """...""" Calculate Score If the estimator is not fitted, then...scikit-learn.org/stable/auto_examples/developing_estimators/sklearn_is_fitted.html -
Multilabel classification using a classifier ch...
The Jaccard similarity score for chain tends to be greater...0.5. The Jaccard similarity score of the ensemble is greater than...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html -
OneVsRestClassifier — scikit-learn 1.7.2 ...
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html