Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1491 - 1500 of 2,057 for store (0.63 seconds)

Filter
  1. coverage_error — scikit-learn 1.8.0 documentation

    need to go through the ranked scores to cover all true labels. The...Note: Our implementation’s score is 1 greater than the one given...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Mon Mar 23 20:39:23 UTC 2026
      13.6K bytes
      Cache
     
  2. rand_score — scikit-learn 1.8.0 documentation

    The raw RI score [3] is: RI = (number of agreeing...Returns : RI float Similarity score between 0.0 and 1.0, inclusive,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html
    Mon Mar 23 20:39:23 UTC 2026
      14K bytes
      Cache
     
  3. accuracy_score — scikit-learn 1.8.0 documentation

    [source] # Accuracy classification score. In multilabel classification,...default=None Sample weights. Returns : score float If normalize == True ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Mon Mar 23 20:39:20 UTC 2026
      15K bytes
      Cache
     
  4. plot_classifier_comparison.zip

    y_train) score = clf.score(X_test, y_test) Decis...clf.fit(X_train, y_train)\n score = clf.score(X_test, y_test)\n Dec...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Mon Mar 23 20:39:23 UTC 2026
      10.8K bytes
      1 views
     
  5. XML results output

    &lt;tr&gt; &lt;td</cache> <score>4.98744</score> <digest>goo の提供するス...contents of the content. score Score values of the document. Digest...
    fess.codelibs.org/4.0/user/xml-response.html
    Thu Mar 19 15:25:44 UTC 2026
      43.4K bytes
      1 views
      Cache
     
  6. Rank Fusion Konfiguration

    Rank Fusion) RRF berechnet Scores durch Summierung des Kehrwerts...jedes Ergebnisses. Formel: score ( d ) = Σ 1 / ( k + rank ( d...
    fess.codelibs.org/de/15.5/config/rank-fusion.html
    Mon Mar 23 02:50:59 UTC 2026
      37.5K bytes
      Cache
     
  7. BernoulliNB — scikit-learn 1.8.0 documentation

    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.naive_bayes.BernoulliNB.html
    Mon Mar 23 20:39:23 UTC 2026
      18K bytes
      Cache
     
  8. getting_started.rst.txt

    and compute the accuracy score of a pipeline on the test data::...strategies, and use custom scoring functions. Please refer to...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      3.7K bytes
     
  9. Comparing random forests and the multi-output m...

    = "Multi RF score= %.2f " % regr_multirf . score ( X_test , y_test..., label = "RF score= %.2f " % regr_rf . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Mon Mar 23 20:39:22 UTC 2026
      16K bytes
      Cache
     
  10. Pipelining: chaining a PCA and a logistic regre...

    the PCA Best parameter (CV score=0.874): {'logistic__C': np....print ( "Best parameter (CV score= %0.3f ):" % search . best_score_...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
Back to Top