- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1201 - 1210 of 1,745 for store (7.62 seconds)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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