Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 1,753 for test (0.06 sec)

  1. 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
    Thu Dec 19 13:16:23 UTC 2024
      64.3K bytes
      1 views
     
  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
    Thu Dec 19 13:16:23 UTC 2024
      10K bytes
      1 views
     
  3. 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
    Fri Dec 20 11:14:14 UTC 2024
      136.7K bytes
      Cache
      Similar Results (1)
     
  4. 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
    Fri Dec 20 11:14:14 UTC 2024
      144.7K bytes
      Cache
     
  5. 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
    Sat Dec 21 00:27:54 UTC 2024
      231.6K bytes
      1 views
      Cache
     
  6. 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
    Fri Dec 20 11:14:16 UTC 2024
      147.9K bytes
      Cache
     
  7. 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
    Fri Dec 20 11:14:14 UTC 2024
      152.4K bytes
      Cache
     
  8. 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
    Fri Dec 20 11:14:14 UTC 2024
      153.6K bytes
      Cache
     
  9. 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
    Fri Dec 20 11:14:16 UTC 2024
      149.2K bytes
      Cache
     
  10. 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
    Thu Dec 19 13:16:23 UTC 2024
      142.8K bytes
      Cache
      Similar Results (1)
     
Back to top