Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,340 for test (0.32 sec)

  1. plot_multi_metric_evaluation.py

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Tue Aug 19 13:22:51 UTC 2025
      3.6K bytes
     
  2. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Tue Aug 19 13:22:48 UTC 2025
      118.2K bytes
      Cache
     
  3. LassoCV — scikit-learn 1.7.1 documentation

    default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Tue Aug 19 13:22:48 UTC 2025
      168.8K bytes
      Cache
     
  4. NearestCentroid — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:51 UTC 2025
      136.4K bytes
      Cache
     
  5. RepeatedStratifiedKFold — scikit-learn 1.7.1 do...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Tue Aug 19 13:22:51 UTC 2025
      121.6K bytes
      Cache
     
  6. 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 Aug 19 13:22:49 UTC 2025
      4.8K bytes
      1 views
     
  7. GroupKFold — scikit-learn 1.7.1 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Tue Aug 19 13:22:48 UTC 2025
      127.1K bytes
      Cache
     
  8. MultinomialNB — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:51 UTC 2025
      151.9K bytes
      Cache
     
  9. validation_curve — scikit-learn 1.7.1 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Tue Aug 19 13:22:48 UTC 2025
      121.9K bytes
      Cache
     
  10. 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 Aug 20 00:55:40 UTC 2025
      238.4K bytes
      1 views
      Cache
     
Back to top