Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 1,294 for test (0.19 sec)

  1. 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
    Wed Sep 24 00:39:52 UTC 2025
      516.6K bytes
      1 views
      Cache
     
  2. 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
    Tue Oct 14 17:56:27 UTC 2025
      10.3K bytes
      1 views
     
  3. StratifiedKFold — scikit-learn 1.7.2 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Tue Oct 14 17:56:26 UTC 2025
      124.7K bytes
      Cache
     
  4. RepeatedKFold — scikit-learn 1.7.2 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Tue Oct 14 17:56:26 UTC 2025
      119.4K bytes
      Cache
     
  5. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Tue Oct 14 17:56:26 UTC 2025
      4.8K bytes
      1 views
     
  6. learning_curve — scikit-learn 1.7.2 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Tue Oct 14 17:56:26 UTC 2025
      125.7K bytes
      Cache
     
  7. TransformedTargetRegressor — scikit-learn 1.7.2...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Tue Oct 14 17:56:27 UTC 2025
      143.1K bytes
      Cache
     
  8. 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
    Wed Sep 24 01:02:02 UTC 2025
      242.1K bytes
      4 views
      Cache
     
  9. Feature Selection — scikit-learn 1.7.2 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Tue Oct 14 17:56:27 UTC 2025
      76.6K bytes
      Cache
     
  10. Older Versions — scikit-learn 1.7.2 documentation

    Arguments n_test and n_train are deprecated and renamed to test_size...preprocessor / analyzer nested structure for text feature extraction...
    scikit-learn.org/stable/whats_new/older_versions.html
    Tue Oct 14 17:56:24 UTC 2025
      144.6K bytes
      Cache
     
Back to top