Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1181 - 1190 of 1,745 for store (4.51 seconds)

  1. 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
    Wed Nov 26 04:38:21 GMT 2025
      108.5K bytes
      Cache
     
  2. 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
    Mon Nov 24 12:29:38 GMT 2025
      140.3K bytes
      Cache
     
  3. Release Highlights for scikit-learn 0.24 &#8212...

    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
    Wed Nov 26 04:38:19 GMT 2025
      176.2K bytes
      Cache
     
  4. 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
    Wed Nov 26 04:38:21 GMT 2025
      145.3K bytes
      Cache
     
  5. 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
    Wed Nov 26 04:38:21 GMT 2025
      140.8K bytes
      Cache
     
  6. 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
    Sun Nov 23 04:34:54 GMT 2025
      62.3K bytes
      Cache
     
  7. 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
    Wed Nov 26 04:38:21 GMT 2025
      158.8K bytes
      Cache
     
  8. __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
    Wed Nov 26 04:38:21 GMT 2025
      90.3K bytes
      Cache
     
  9. 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
    Wed Nov 26 04:38:21 GMT 2025
      105.1K bytes
      Cache
     
  10. 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
    Mon Nov 24 11:23:20 GMT 2025
      150.6K bytes
      Cache
     
Back to Top