Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 707 for test (0.1 sec)

  1. 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
    Wed Oct 30 20:01:21 UTC 2024
      181.3K bytes
      Cache
     
  2. 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
    Wed Oct 30 20:01:21 UTC 2024
      143.3K bytes
      Cache
     
  3. 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
    Thu Oct 31 00:18:31 UTC 2024
      413.3K bytes
      1 views
      Cache
     
  4. 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
    Wed Oct 30 20:01:23 UTC 2024
      157.6K bytes
      Cache
     
  5. 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
    Wed Oct 30 20:01:21 UTC 2024
      145.9K bytes
      Cache
     
  6. 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
    Thu Oct 31 00:30:05 UTC 2024
      227.6K bytes
      1 views
      Cache
     
  7. 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
    Wed Oct 30 20:01:23 UTC 2024
      140.1K bytes
      Cache
     
  8. 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
    Wed Oct 30 00:20:47 UTC 2024
      135K bytes
      Cache
     
  9. Implementing search and generative AI for your ...

    test, and maintain your new search...
    www.elastic.co/explore/improving-digital-customer-experiences/implementing-search-for-your-knowle...
    Thu Oct 31 00:36:28 UTC 2024
      306K bytes
      1 views
      Cache
     
  10. 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
    Wed Oct 30 20:01:21 UTC 2024
      139.8K bytes
      Cache
     
Back to top