- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 707 for test (0.1 sec)
-
SVC — scikit-learn 1.5.2 documentation
cross-validation Nested versus non-nested cross-validation Nested versus...following example: Nested versus non-nested cross-validation Read...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
RidgeClassifier — scikit-learn 1.5.2 documentation
the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html -
Introducing approximate nearest neighbor search...
called ann-benchmarks which tests the leading algorithms against...and also did well in our own testing. Another benefit of HNSW is...www.elastic.co/blog/introducing-approximate-nearest-neighbor-search-in-elasticsearch-8-0 -
MLPClassifier — scikit-learn 1.5.2 documentation
X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y ) [source]...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html -
AdaBoostRegressor — scikit-learn 1.5.2 document...
n_features) Test samples. For some estimators...determine the prediction on a test set after each boost. Parameters...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.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 -
FixedThresholdClassifier — scikit-learn 1.5.2 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 -
LabelSpreading — scikit-learn 1.5.2 documentation
on a Text Dataset Semi-supervised Classification on a Text Dataset...the mean accuracy on the given test data and labels. In multi-label...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html -
Implementing search and generative AI for your ...
www.elastic.co/explore/improving-digital-customer-experiences/implementing-search-for-your-knowle... -
SequentialFeatureSelector — scikit-learn 1.5.2 ...
evaluate the predictions on the test set. NOTE that when using a...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html