- Sort Score
- Num 10 results
- Language All
- Labels All
Results 931 - 940 of 1,306 for store (0.21 seconds)
Filter
-
CalibratedClassifierCV — scikit-learn 1.8.0 doc...
Transforming Classifier Scores into Accurate Multiclass Probability...n_classes) The predicted probas. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html -
BisectingKMeans — scikit-learn 1.8.0 documentation
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 -
ComplementNB — 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.ComplementNB.html -
jina-rerankers on Elastic Inference Service - E...
candidate lists by scoring documents independently. Scores are compatible...pipeline can score 100 candidates at a time, merge the scores, and sort...www.elastic.co/search-labs/blog/jina-rerankers-elastic-inference-service -
TweedieRegressor — scikit-learn 1.8.0 documenta...
score ( X , y ) np.float64(0.839)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html -
Sample pipeline for text feature extraction and...
between scoring time and mean test score (i.e. “CV score”). Passing...: "CV Score time (s)" , "mean_test_score" : "CV score (accuracy)"...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
Column Transformer with Mixed Types — scikit-le...
) print ( "model score: %.3f " % clf . score ( X_test , y_test...arrays (scores, pvalues) or a single array with scores. Default...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html -
Search results for JSON output
score Score values of the document. Digest...\u002F tr> \n <tr> \n <td" , "score" : "4.98744" , "digest" : "goo...fess.codelibs.org/4.0/user/json-response.html -
Visualization of MLP weights on MNIST — scikit-...
05534985 Training set score: 0.986429 Test set score: 0.953061 # Authors:...print ( "Training set score: %f " % mlp . score ( X_train , y_train...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html -
Classifier comparison — scikit-learn 1.8.0 docu...
y_train ) score = clf . score ( X_test , y_test ) ...y_min + 0.3 , ( " %.2f " % score ) . lstrip ( "0" ), size = 15...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html