Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 905 for tests (0.21 sec)

  1. DummyClassifier — scikit-learn 1.5.0 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Fri Jun 07 19:49:38 UTC 2024
      147.8K bytes
      Cache
     
  2. NearestCentroid — scikit-learn 1.5.0 documentation

    with test samples classified to the class...classification on an array of test vectors X . The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Fri Jun 07 19:49:38 UTC 2024
      135.7K bytes
      Cache
     
  3. GridSearchCV — scikit-learn 1.5.0 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...'mean_test_score' : [ 0.81 , 0.60 , 0.75 , 0.85 ], 'std_test_score'...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Fri Jun 07 19:49:38 UTC 2024
      187.7K bytes
      Cache
     
  4. SVM Exercise — scikit-learn 1.5.0 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Fri Jun 07 19:49:38 UTC 2024
      95.7K bytes
      Cache
     
  5. AdaBoostClassifier — scikit-learn 1.5.0 documen...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Fri Jun 07 19:49:38 UTC 2024
      166K bytes
      Cache
     
  6. 11.1. Array API support (experimental) — scikit...

    train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...
    scikit-learn.org/stable/modules/array_api.html
    Fri Jun 07 19:49:38 UTC 2024
      55.3K bytes
      Cache
     
  7. OneVsOneClassifier — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Fri Jun 07 19:49:38 UTC 2024
      149.2K bytes
      Cache
     
  8. MultinomialNB — scikit-learn 1.5.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.MultinomialNB.html
    Fri Jun 07 19:49:38 UTC 2024
      157.9K bytes
      Cache
     
  9. Release Highlights for scikit-learn 1.4 — sciki...

    X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Fri Jun 07 19:49:37 UTC 2024
      154K bytes
      Cache
     
  10. Google Cloud Storage Connector | Enterprise Sea...

    Connector testing for more details. To perform E2E testing for the...NAME=google_cloud_storage For faster tests, add the DATA_SIZE=small flag:...
    www.elastic.co/guide/en/enterprise-search/current/connectors-google-cloud.html
    Wed Jun 05 13:35:43 UTC 2024
      34.2K bytes
      Cache
     
Back to top