- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 1,753 for test (0.09 sec)
-
contributing.rst.txt
sklearn/linear_model/tests/test_logistic.py` to run the tests specific to...center .. _testing_coverage: Testing and improving test coverage...scikit-learn.org/dev/_sources/developers/contributing.rst.txt -
getting_started.rst.txt
X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...scikit-learn.org/stable/_sources/getting_started.rst.txt -
NearestCentroid — scikit-learn 1.6.0 documentation
with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
LearningCurveDisplay — scikit-learn 1.6.0 docum...
test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html -
Elasticsearch vs. OpenSearch: Vector Search Per...
undertaken this performance testing to provide a clear, data-driven...Kubernetes manifests for running the tests. The results detailed in this...www.elastic.co/search-labs/blog/elasticsearch-opensearch-vector-search-performance-comparison -
GaussianProcessClassifier — scikit-learn 1.6.0 ...
{‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html -
MultinomialNB — scikit-learn 1.6.0 documentation
classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
ComplementNB — scikit-learn 1.6.0 documentation
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
TunedThresholdClassifierCV — scikit-learn 1.6.0...
X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
FixedThresholdClassifier — scikit-learn 1.6.0 d...
X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html