Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1201 - 1210 of 1,745 for store (5.43 seconds)

  1. Knn query | Elasticsearch Guide [8.19] | Elastic

    document score. The matched documents are then scored according...documents are then scored and the top 3 top scored documents are returned....
    www.elastic.co/guide/en/elasticsearch/reference/8.19/query-dsl-knn-query.html
    Mon Oct 20 16:31:40 GMT 2025
      35.2K bytes
      Cache
     
  2. BernoulliNB — scikit-learn 1.7.2 document...

    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
    Fri Nov 21 04:27:30 GMT 2025
      152K bytes
      Cache
     
  3. RandomForestClassifier — scikit-learn 1.7...

    estimate the generalization score. By default, accuracy_score...importances. oob_score_ float Score of the training dataset obtained...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Wed Nov 26 04:38:21 GMT 2025
      181.9K bytes
      Cache
     
  4. accuracy_score — scikit-learn 1.7.2 docum...

    [source] # Accuracy classification score. In multilabel classification,...default=None Sample weights. Returns : score float or int If normalize ==...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Wed Nov 26 04:38:21 GMT 2025
      116.4K bytes
      Cache
     
  5. Comparing random forests and the multi-output m...

    "Multi RF score= %.2f " % regr_multirf . score ( X_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
    Wed Nov 26 04:38:21 GMT 2025
      98.6K bytes
      Cache
     
  6. Pipelining: chaining a PCA and a logistic regre...

    the PCA Best parameter (CV score=0.874): {'logistic__C':...( "Best parameter (CV score= %0.3f ):" % search . best_score_...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed Nov 26 04:38:21 GMT 2025
      97.2K bytes
      Cache
     
  7. Normal, Ledoit-Wolf and OAS Linear Discriminant...

    score ( X , y ) score_clf2 += clf2 . score ( X , y )...) score_clf3 += clf3 . score ( X , y ) acc_clf1 . append ( score_clf1...
    scikit-learn.org/stable/auto_examples/classification/plot_lda.html
    Wed Nov 26 04:38:21 GMT 2025
      99.4K bytes
      Cache
     
  8. BisectingKMeans — scikit-learn 1.7.2 docu...

    score ( X , y = None , sample_weight...assigned equal weight. Returns : score float Opposite of the value...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Wed Nov 26 04:38:19 GMT 2025
      151.5K bytes
      Cache
     
  9. plot_classifier_comparison.py

    y_train) score = clf.score(X_test, y_test) Decis...0.3, y_min + 0.3, ("%.2f" % score).lstrip("0"), size=15, hori...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Wed Nov 26 04:38:20 GMT 2025
      4.8K bytes
     
  10. ExtraTreeClassifier — scikit-learn 1.7.2 ...

    score ( X_test , y_test ) 0.8947 apply...in the attribute classes_ . score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Mon Nov 24 12:29:41 GMT 2025
      165.6K bytes
      Cache
     
Back to Top